Class: GoogleCheckout::Geography::World

Inherits:
Area
  • Object
show all
Defined in:
lib/google-checkout/geography/world.rb

Instance Method Summary collapse

Instance Method Details

#to_xmlObject



5
6
7
8
# File 'lib/google-checkout/geography/world.rb', line 5

def to_xml
  xml = Builder::XmlMarkup.new
  xml.tag!('world-area')
end