module Representable::XML::Collection::Methods
Public Instance Methods
update_properties_from(doc, *args)
click to toggle source
Calls superclass method
# File lib/representable/xml/collection.rb, line 13 def update_properties_from(doc, *args) super(doc.search("./*"), *args) # pass the list of collection items to Hash::Collection#update_properties_from. end