Class: GoogleCheckout::Geography::Area

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

Direct Known Subclasses

Postal, UsCountry, UsState, UsZip, World

Instance Method Summary collapse

Instance Method Details

#to_xmlObject

Raises:

  • (NotImplementedError)


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

def to_xml
  raise NotImplementedError
end