Class: PPE_API::Jurisdiction

Inherits:
Object
  • Object
show all
Includes:
HappyMapper
Defined in:
lib/ppe_api/jurisdiction.rb

Instance Method Summary collapse

Instance Method Details

#to_xml(options = {}) ⇒ Object



11
12
13
# File 'lib/ppe_api/jurisdiction.rb', line 11

def to_xml(options={})
  self.as_json.to_xml({:root => "jurisdiction"}.merge(options))
end