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