Class: BraintreeRails::ShippingAddress

Inherits:
Address
  • Object
show all
Defined in:
lib/braintree_rails/shipping_address.rb

Constant Summary

Constants inherited from Address

Address::CountryNames

Class Method Summary collapse

Methods inherited from Address

delete, #destroy, #ensure_model, find, #full_name, sync_country_name_attributes

Methods included from Model

included

Class Method Details

.braintree_model_nameObject



3
4
5
# File 'lib/braintree_rails/shipping_address.rb', line 3

def self.braintree_model_name
  superclass.braintree_model_name
end