module Representable::XML::ClassMethods

Public Instance Methods

collection_representer_class() click to toggle source
# File lib/representable/xml.rb, line 30
def collection_representer_class
  Collection
end
format_engine() click to toggle source
# File lib/representable/xml.rb, line 26
def format_engine
  Representable::XML
end
remove_namespaces!() click to toggle source
# File lib/representable/xml.rb, line 22
def remove_namespaces!
  representable_attrs.options[:remove_namespaces] = true
end