Class: Base4R::AuthorAttribute
Instance Attribute Summary
Attributes inherited from Attribute
#name, #namespace, #options, #private_attribute, #value
Instance Method Summary collapse
-
#initialize(*args) ⇒ AuthorAttribute
constructor
A new instance of AuthorAttribute.
- #type_name ⇒ Object
Methods inherited from Attribute
#private_attribute?, #to_xml, to_xml, type_name, #type_name=
Methods included from AdditionalXmlAttributeMethods
#additional_xml_attribute_map, included, #xml_attribute_value, #xml_attributes
Methods included from ChildAttributeMethods
#add_child, #add_child_attribute, #child, #children, #children_map, #children_names, included
Constructor Details
#initialize(*args) ⇒ AuthorAttribute
Returns a new instance of AuthorAttribute.
324 325 326 327 |
# File 'lib/attribute.rb', line 324 def initialize(*args) super(*args) @namespace = nil end |
Instance Method Details
#type_name ⇒ Object
329 |
# File 'lib/attribute.rb', line 329 def type_name; nil; end |