Class: FedexWebServices::Soap::Ship::ClientDetail

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

Instance Method Summary collapse

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

#accountNumberObject

Returns the value of attribute accountNumber.



175
176
177
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 175

def accountNumber
  @accountNumber
end

#integratorIdObject

Returns the value of attribute integratorId.



177
178
179
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 177

def integratorId
  @integratorId
end

#localizationObject

Returns the value of attribute localization.



178
179
180
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 178

def localization
  @localization
end

#meterNumberObject

Returns the value of attribute meterNumber.



176
177
178
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 176

def meterNumber
  @meterNumber
end