Class: Almodovar::ResourcePresenter::XmlSerializer

Inherits:
Serializer
  • Object
show all
Defined in:
lib/almodovar-server/resource_presenter/xml_serializer.rb

Instance Attribute Summary

Attributes inherited from Serializer

#options, #resource

Instance Method Summary collapse

Methods inherited from Serializer

#initialize, #options_for_link

Constructor Details

This class inherits a constructor from Almodovar::ResourcePresenter::Serializer

Instance Method Details

#to_xmlObject



5
6
7
8
9
# File 'lib/almodovar-server/resource_presenter/xml_serializer.rb', line 5

def to_xml
  attributes_to_xml do |builder|
    links_to_xml builder
  end
end