Class: FedexWebServices::Soap::Rate::ClientDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::ClientDetail
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13ClientDetail
accountNumber - SOAP::SOAPString
meterNumber - SOAP::SOAPString
integratorId - SOAP::SOAPString
region - FedexWebServices::Soap::Rate::ExpressRegionCode
localization - FedexWebServices::Soap::Rate::Localization
Instance Attribute Summary collapse
-
#accountNumber ⇒ Object
Returns the value of attribute accountNumber.
-
#integratorId ⇒ Object
Returns the value of attribute integratorId.
-
#localization ⇒ Object
Returns the value of attribute localization.
-
#meterNumber ⇒ Object
Returns the value of attribute meterNumber.
-
#region ⇒ Object
Returns the value of attribute region.
Instance Method Summary collapse
-
#initialize(accountNumber = nil, meterNumber = nil, integratorId = nil, region = nil, localization = nil) ⇒ ClientDetail
constructor
A new instance of ClientDetail.
Constructor Details
#initialize(accountNumber = nil, meterNumber = nil, integratorId = nil, region = nil, localization = nil) ⇒ ClientDetail
Returns a new instance of ClientDetail.
91 92 93 94 95 96 97 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 91 def initialize(accountNumber = nil, meterNumber = nil, integratorId = nil, region = nil, localization = nil) @accountNumber = accountNumber @meterNumber = meterNumber @integratorId = integratorId @region = region @localization = localization end |
Instance Attribute Details
#accountNumber ⇒ Object
Returns the value of attribute accountNumber.
85 86 87 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 85 def accountNumber @accountNumber end |
#integratorId ⇒ Object
Returns the value of attribute integratorId.
87 88 89 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 87 def integratorId @integratorId end |
#localization ⇒ Object
Returns the value of attribute localization.
89 90 91 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 89 def localization @localization end |
#meterNumber ⇒ Object
Returns the value of attribute meterNumber.
86 87 88 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 86 def meterNumber @meterNumber end |
#region ⇒ Object
Returns the value of attribute region.
88 89 90 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 88 def region @region end |