Class: Atom::Author

Inherits:
Element show all
Defined in:
lib/atom/element.rb

Overview

A person construct has the following child elements:

name (required)

a human-readable name

uri

an IRI associated with the person

email

an email address associated with the person

Instance Attribute Summary

Attributes inherited from Element

#base, #extensions

Method Summary

Methods inherited from Element

#[], #[]=, attrb, attrs, define_accessor, element, elements, inherited, #initialize, #local_name, required, #taguri, #to_element, #to_s, #to_xml, #to_yaml, #to_yaml_properties

Constructor Details

This class inherits a constructor from Atom::Element