Class: GetShipmentExceptionsForSearchRequestResponse

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

Overview

/GetShipmentExceptionsForSearchRequestResponse

getShipmentExceptionsForSearchRequestResult - ShipmentExceptionsListResponse

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(getShipmentExceptionsForSearchRequestResult = nil) ⇒ GetShipmentExceptionsForSearchRequestResponse

Returns a new instance of GetShipmentExceptionsForSearchRequestResponse.



820
821
822
# File 'lib/g4s/tracking/default.rb', line 820

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

Instance Attribute Details

#getShipmentExceptionsForSearchRequestResultObject

Returns the value of attribute getShipmentExceptionsForSearchRequestResult.



818
819
820
# File 'lib/g4s/tracking/default.rb', line 818

def getShipmentExceptionsForSearchRequestResult
  @getShipmentExceptionsForSearchRequestResult
end