QuenyaParser.Object.Server (Quenya Parser v0.3.6) View Source

Server object. We do not process server variables for now.

Link to this section Summary

Types

t()

Server object from the spec

Link to this section Types

Specs

t() :: %QuenyaParser.Object.Server{
  description: String.t(),
  url: String.t(),
  variables: %{required(String.t()) => QuenyaParser.Object.ServerVariable.t()},
  x_env: String.t()
}

Server object from the spec

Link to this section Functions