Method: Representable::XML#from_node

Defined in:
lib/representable/xml.rb

#from_node(node, options = {}) ⇒ Object



43
44
45
# File 'lib/representable/xml.rb', line 43

def from_node(node, options={})
  update_properties_from(node, options, Binding)
end