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.



334
335
336
# File 'lib/g4s/utilities/default.rb', line 334

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

Instance Attribute Details

#countryCodeObject

Returns the value of attribute countryCode.



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

def countryCode
  @countryCode
end