Class: GetSrvcLvlByShipersCountryAndZip

Inherits:
Object
  • Object
show all
Defined in:
lib/g4s/utilities/default.rb

Overview

/GetSrvcLvlByShipersCountryAndZip

countryCode - SOAP::SOAPBase64

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(countryCode = nil) ⇒ GetSrvcLvlByShipersCountryAndZip

Returns a new instance of GetSrvcLvlByShipersCountryAndZip.



331
332
333
# File 'lib/g4s/utilities/default.rb', line 331

def initialize(countryCode = nil)
  @countryCode = countryCode
end

Instance Attribute Details

#countryCodeObject

Returns the value of attribute countryCode.



329
330
331
# File 'lib/g4s/utilities/default.rb', line 329

def countryCode
  @countryCode
end