Class: ForteRuby::Resourses::Address

Inherits:
API::Object show all
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

Attributes inherited from API::Object

#new

Attributes inherited from API::Base

#request_data

Method Summary

Methods inherited from API::Object

#delete, #save, #update

Methods inherited from API::Base

#initialize

Constructor Details

This class inherits a constructor from ForteRuby::API::Base

Instance Attribute Details

#address_tokenObject

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_tokenObject

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