module Representable::XML::ClassMethods
Public Instance Methods
Source
# File lib/representable/xml.rb, line 31 def collection_representer_class Collection end
Source
# File lib/representable/xml.rb, line 27 def format_engine Representable::XML end
Source
# File lib/representable/xml.rb, line 23 def remove_namespaces! representable_attrs.options[:remove_namespaces] = true end