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

Info object

Link to this section Summary

Types

t()

Info object from the spec

Link to this section Types

Specs

t() :: %QuenyaParser.Object.Info{
  contact: QuenyaParser.Object.Contact.t() | nil,
  description: String.t(),
  license: QuenyaParser.Object.License.t() | nil,
  summary: String.t(),
  terms_of_service: String.t(),
  title: String.t(),
  version: String.t()
}

Info object from the spec

Link to this section Functions