Class: Base4R::AuthorAttribute

Inherits:
Attribute show all
Defined in:
lib/attribute.rb

Instance Attribute Summary

Attributes inherited from Attribute

#name, #namespace, #options, #private_attribute, #value

Instance Method Summary collapse

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_nameObject



329
# File 'lib/attribute.rb', line 329

def type_name; nil; end