atomex v0.2.0 Atomex.Types.Person

A person (author or contributor) as described in Atom specs. See this link

Summary

Functions

Create a new Person for the author or contributor tags

Functions

new(tag, name, attributes \\ [])

Create a new Person for the author or contributor tags.

Parameters

  • tag: tag title (:author or :contributor)
  • name: Person name as a String
  • attributes: A keyword list accepting following entries:

    • uri
    • email