Class: FedexWebServices::Soap::Ship::CustomDeliveryWindowDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::CustomDeliveryWindowDetail
- 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
-
#requestDate ⇒ Object
Returns the value of attribute requestDate.
-
#requestRange ⇒ Object
Returns the value of attribute requestRange.
-
#requestTime ⇒ Object
Returns the value of attribute requestTime.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(type = nil, requestTime = nil, requestRange = nil, requestDate = nil) ⇒ CustomDeliveryWindowDetail
constructor
A new instance of CustomDeliveryWindowDetail.
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
#requestDate ⇒ Object
Returns the value of attribute requestDate.
760 761 762 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 760 def requestDate @requestDate end |
#requestRange ⇒ Object
Returns the value of attribute requestRange.
759 760 761 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 759 def requestRange @requestRange end |
#requestTime ⇒ Object
Returns the value of attribute requestTime.
758 759 760 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 758 def requestTime @requestTime end |
#type ⇒ Object
Returns the value of attribute type.
757 758 759 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 757 def type @type end |