Class: FedexWebServices::Soap::Ship::ClientDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::ClientDetail
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12ClientDetail
accountNumber - SOAP::SOAPString
meterNumber - SOAP::SOAPString
integratorId - SOAP::SOAPString
localization - FedexWebServices::Soap::Ship::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.
Instance Method Summary collapse
-
#initialize(accountNumber = nil, meterNumber = nil, integratorId = nil, localization = nil) ⇒ ClientDetail
constructor
A new instance of ClientDetail.
Constructor Details
#initialize(accountNumber = nil, meterNumber = nil, integratorId = nil, localization = nil) ⇒ ClientDetail
Returns a new instance of ClientDetail.
180 181 182 183 184 185 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 180 def initialize(accountNumber = nil, meterNumber = nil, integratorId = nil, localization = nil) @accountNumber = accountNumber @meterNumber = meterNumber @integratorId = integratorId @localization = localization end |
Instance Attribute Details
#accountNumber ⇒ Object
Returns the value of attribute accountNumber.
175 176 177 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 175 def accountNumber @accountNumber end |
#integratorId ⇒ Object
Returns the value of attribute integratorId.
177 178 179 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 177 def integratorId @integratorId end |
#localization ⇒ Object
Returns the value of attribute localization.
178 179 180 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 178 def localization @localization end |
#meterNumber ⇒ Object
Returns the value of attribute meterNumber.
176 177 178 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 176 def meterNumber @meterNumber end |