Method: Hash#to_xml

Defined in:
lib/basecamp.rb

#to_xmlObject



472
473
474
# File 'lib/basecamp.rb', line 472

def to_xml
  XmlSimple.xml_out({:request => self}, 'keeproot' => true, 'noattr' => true)
end