Class: GetShipmentStatusResponse

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

Overview

/GetShipmentStatusResponse

getShipmentStatusResult - ShipmentTrackingStatusResponse

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(getShipmentStatusResult = nil) ⇒ GetShipmentStatusResponse

Returns a new instance of GetShipmentStatusResponse.



836
837
838
# File 'lib/g4s/tracking/default.rb', line 836

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

Instance Attribute Details

#getShipmentStatusResultObject

Returns the value of attribute getShipmentStatusResult.



834
835
836
# File 'lib/g4s/tracking/default.rb', line 834

def getShipmentStatusResult
  @getShipmentStatusResult
end