Class: FedexWebServices::Soap::Rate::ClientDetail

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

Instance Method Summary collapse

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

#accountNumberObject

Returns the value of attribute accountNumber.



85
86
87
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 85

def accountNumber
  @accountNumber
end

#integratorIdObject

Returns the value of attribute integratorId.



87
88
89
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 87

def integratorId
  @integratorId
end

#localizationObject

Returns the value of attribute localization.



89
90
91
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 89

def localization
  @localization
end

#meterNumberObject

Returns the value of attribute meterNumber.



86
87
88
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 86

def meterNumber
  @meterNumber
end

#regionObject

Returns the value of attribute region.



88
89
90
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 88

def region
  @region
end