Class: Hash
- Inherits:
-
Object
- Object
- Hash
- Includes:
- HashUtilsNamedAttributes, HashUtilsXML
- Defined in:
- lib/hashutils.rb
Instance Attribute Summary collapse
-
#xml_attributes ⇒ Object
Returns the value of attribute xml_attributes.
-
#xml_doc_name ⇒ Object
Returns the value of attribute xml_doc_name.
Method Summary
Methods included from HashUtilsXML
#from_xml, #from_xml!, #to_xml
Methods included from HashUtilsNamedAttributes
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class HashUtilsNamedAttributes
Instance Attribute Details
#xml_attributes ⇒ Object
Returns the value of attribute xml_attributes.
171 172 173 |
# File 'lib/hashutils.rb', line 171 def xml_attributes @xml_attributes end |
#xml_doc_name ⇒ Object
Returns the value of attribute xml_doc_name.
171 172 173 |
# File 'lib/hashutils.rb', line 171 def xml_doc_name @xml_doc_name end |