Class: PPE_API::Language

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

Instance Method Summary collapse

Instance Method Details

#to_xml(options = {}) ⇒ Object



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

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