Class: DataMapper::Collection
- Inherits:
-
Object
- Object
- DataMapper::Collection
- Defined in:
- lib/dm-serializer/to_xml.rb
Instance Method Summary collapse
Instance Method Details
#to_xml(opts = {}) ⇒ Object
56 57 58 |
# File 'lib/dm-serializer/to_xml.rb', line 56 def to_xml(opts = {}) to_xml_document(opts).to_s end |