Class: FedexWebServices::Soap::Rate::Party
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::Party
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13Party
accountNumber - SOAP::SOAPString
tins - FedexWebServices::Soap::Rate::TaxpayerIdentification
contact - FedexWebServices::Soap::Rate::Contact
address - FedexWebServices::Soap::Rate::Address
Instance Attribute Summary collapse
-
#accountNumber ⇒ Object
Returns the value of attribute accountNumber.
-
#address ⇒ Object
Returns the value of attribute address.
-
#contact ⇒ Object
Returns the value of attribute contact.
-
#tins ⇒ Object
Returns the value of attribute tins.
Instance Method Summary collapse
-
#initialize(accountNumber = nil, tins = [], contact = nil, address = nil) ⇒ Party
constructor
A new instance of Party.
Constructor Details
#initialize(accountNumber = nil, tins = [], contact = nil, address = nil) ⇒ Party
Returns a new instance of Party.
1886 1887 1888 1889 1890 1891 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1886 def initialize(accountNumber = nil, tins = [], contact = nil, address = nil) @accountNumber = accountNumber @tins = tins @contact = contact @address = address end |
Instance Attribute Details
#accountNumber ⇒ Object
Returns the value of attribute accountNumber.
1881 1882 1883 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1881 def accountNumber @accountNumber end |
#address ⇒ Object
Returns the value of attribute address.
1884 1885 1886 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1884 def address @address end |
#contact ⇒ Object
Returns the value of attribute contact.
1883 1884 1885 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1883 def contact @contact end |
#tins ⇒ Object
Returns the value of attribute tins.
1882 1883 1884 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1882 def tins @tins end |