Class: GoogleCheckout::Shipping::Method

Inherits:
Object
  • Object
show all
Defined in:
lib/google-checkout/shipping/method.rb

Direct Known Subclasses

FlatRate, MerchantCalculated, Pickup

Instance Method Summary collapse

Instance Method Details

#to_xmlObject

Raises:

  • (NotImplementedError)


5
6
7
# File 'lib/google-checkout/shipping/method.rb', line 5

def to_xml
  raise NotImplementedError
end