Class: Base4R::BareAttribute
Overview
BareAttribute is a string attribute but is in the google namespace
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
Instance Method Details
#type_name ⇒ Object
251 |
# File 'lib/attribute.rb', line 251 def type_name; @type_name; end |