Class: GetServiceLevelsByZipResponse

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

Overview

/GetServiceLevelsByZipResponse

getServiceLevelsByZipResult - SOAP::SOAPBase64

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(getServiceLevelsByZipResult = nil) ⇒ GetServiceLevelsByZipResponse

Returns a new instance of GetServiceLevelsByZipResponse.



308
309
310
# File 'lib/g4s/utilities/default.rb', line 308

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

Instance Attribute Details

#getServiceLevelsByZipResultObject

Returns the value of attribute getServiceLevelsByZipResult.



306
307
308
# File 'lib/g4s/utilities/default.rb', line 306

def getServiceLevelsByZipResult
  @getServiceLevelsByZipResult
end