Class: ForteRuby::Resourses::Address
- Inherits:
-
API::Object
- Object
- API::Base
- API::Object
- ForteRuby::Resourses::Address
- Defined in:
- lib/forte_ruby/resourses/address.rb
Constant Summary collapse
- API_ATTRIBUTES =
[ :first_name, :last_name, :company_name, :phone, :fax, :email, :label, :address_type, :shipping_address_type, :physical_address ]
Instance Attribute Summary collapse
-
#address_token ⇒ Object
Returns the value of attribute address_token.
-
#customer_token ⇒ Object
Returns the value of attribute customer_token.
Attributes inherited from API::Object
Attributes inherited from API::Base
Method Summary
Methods inherited from API::Object
Methods inherited from API::Base
Constructor Details
This class inherits a constructor from ForteRuby::API::Base
Instance Attribute Details
#address_token ⇒ Object
Returns the value of attribute address_token.
14 15 16 |
# File 'lib/forte_ruby/resourses/address.rb', line 14 def address_token @address_token end |
#customer_token ⇒ Object
Returns the value of attribute customer_token.
14 15 16 |
# File 'lib/forte_ruby/resourses/address.rb', line 14 def customer_token @customer_token end |