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

License object

Link to this section Summary

Types

t()

Contact object from the spec

Link to this section Types

Specs

t() :: %QuenyaParser.Object.Contact{
  email: String.t(),
  name: String.t(),
  url: String.t()
}

Contact object from the spec

Link to this section Functions