Module: Representable::XML::Hash
- Includes:
- HashMethods, Representable::XML
- Defined in:
- lib/representable/xml/hash.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Methods included from HashMethods
#create_representation_with, #update_properties_from
Methods included from Representable::XML
Node, #from_node, #from_xml, #to_node, #to_xml
Class Method Details
.included(base) ⇒ Object
34 35 36 37 38 39 40 |
# File 'lib/representable/xml/hash.rb', line 34 def self.included(base) base.class_eval do include Representable extend ClassMethods property(:_self, {:hash => true}) end end |