Class: ShipmentTrackingRequestAdvanced

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

Overview

/ShipmentTrackingRequestAdvanced

fromDate - SOAP::SOAPDateTime
toDate - SOAP::SOAPDateTime
carriers - SOAP::SOAPString
shipmentExceptions - SOAP::SOAPString
shipmentCarrierStatus - SOAP::SOAPString
criteriaValue - SOAP::SOAPString
criteriaType - CriteriaList

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(fromDate = nil, toDate = nil, carriers = nil, shipmentExceptions = nil, shipmentCarrierStatus = nil, criteriaValue = nil, criteriaType = nil) ⇒ ShipmentTrackingRequestAdvanced

Returns a new instance of ShipmentTrackingRequestAdvanced.



647
648
649
650
651
652
653
654
655
# File 'lib/g4s/tracking/default.rb', line 647

def initialize(fromDate = nil, toDate = nil, carriers = nil, shipmentExceptions = nil, shipmentCarrierStatus = nil, criteriaValue = nil, criteriaType = nil)
  @fromDate = fromDate
  @toDate = toDate
  @carriers = carriers
  @shipmentExceptions = shipmentExceptions
  @shipmentCarrierStatus = shipmentCarrierStatus
  @criteriaValue = criteriaValue
  @criteriaType = criteriaType
end

Instance Attribute Details

#carriersObject

Returns the value of attribute carriers.



641
642
643
# File 'lib/g4s/tracking/default.rb', line 641

def carriers
  @carriers
end

#criteriaTypeObject

Returns the value of attribute criteriaType.



645
646
647
# File 'lib/g4s/tracking/default.rb', line 645

def criteriaType
  @criteriaType
end

#criteriaValueObject

Returns the value of attribute criteriaValue.



644
645
646
# File 'lib/g4s/tracking/default.rb', line 644

def criteriaValue
  @criteriaValue
end

#fromDateObject

Returns the value of attribute fromDate.



639
640
641
# File 'lib/g4s/tracking/default.rb', line 639

def fromDate
  @fromDate
end

#shipmentCarrierStatusObject

Returns the value of attribute shipmentCarrierStatus.



643
644
645
# File 'lib/g4s/tracking/default.rb', line 643

def shipmentCarrierStatus
  @shipmentCarrierStatus
end

#shipmentExceptionsObject

Returns the value of attribute shipmentExceptions.



642
643
644
# File 'lib/g4s/tracking/default.rb', line 642

def shipmentExceptions
  @shipmentExceptions
end

#toDateObject

Returns the value of attribute toDate.



640
641
642
# File 'lib/g4s/tracking/default.rb', line 640

def toDate
  @toDate
end