module Representable::XML::ClassMethods

Public Instance Methods

collection_representer_class() click to toggle source
# File lib/representable/xml.rb, line 28
def collection_representer_class
  Collection
end
remove_namespaces!() click to toggle source
# File lib/representable/xml.rb, line 24
def remove_namespaces!
  representable_attrs.options[:remove_namespaces] = true
end