Class: FedexWebServices::Soap::Ship::CustomDeliveryWindowDetail

Inherits:
Object
  • Object
show all
Defined in:
lib/fedex_web_services/soap/ShipServiceDefinitions.rb

Overview

http://fedex.com/ws/ship/v12CustomDeliveryWindowDetail

type - FedexWebServices::Soap::Ship::CustomDeliveryWindowType
requestTime - SOAP::SOAPTime
requestRange - FedexWebServices::Soap::Ship::DateRange
requestDate - SOAP::SOAPDate

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil, requestTime = nil, requestRange = nil, requestDate = nil) ⇒ CustomDeliveryWindowDetail

Returns a new instance of CustomDeliveryWindowDetail.



762
763
764
765
766
767
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 762

def initialize(type = nil, requestTime = nil, requestRange = nil, requestDate = nil)
  @type = type
  @requestTime = requestTime
  @requestRange = requestRange
  @requestDate = requestDate
end

Instance Attribute Details

#requestDateObject

Returns the value of attribute requestDate.



760
761
762
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 760

def requestDate
  @requestDate
end

#requestRangeObject

Returns the value of attribute requestRange.



759
760
761
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 759

def requestRange
  @requestRange
end

#requestTimeObject

Returns the value of attribute requestTime.



758
759
760
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 758

def requestTime
  @requestTime
end

#typeObject

Returns the value of attribute type.



757
758
759
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 757

def type
  @type
end