Method: Graphiti::ResourceProxy#to_xml

Defined in:
lib/graphiti/resource_proxy.rb

#to_xml(options = {}) ⇒ Object



54
55
56
# File 'lib/graphiti/resource_proxy.rb', line 54

def to_xml(options = {})
  Renderer.new(self, options).to_xml
end