Class: FedexWebServices::Soap::Ship::CompletedTagDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::CompletedTagDetail
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12CompletedTagDetail
confirmationNumber - SOAP::SOAPString
accessTime - SOAP::SOAPDuration
cutoffTime - SOAP::SOAPTime
location - SOAP::SOAPString
deliveryCommitment - SOAP::SOAPDateTime
dispatchDate - SOAP::SOAPDate
Instance Attribute Summary collapse
-
#accessTime ⇒ Object
Returns the value of attribute accessTime.
-
#confirmationNumber ⇒ Object
Returns the value of attribute confirmationNumber.
-
#cutoffTime ⇒ Object
Returns the value of attribute cutoffTime.
-
#deliveryCommitment ⇒ Object
Returns the value of attribute deliveryCommitment.
-
#dispatchDate ⇒ Object
Returns the value of attribute dispatchDate.
-
#location ⇒ Object
Returns the value of attribute location.
Instance Method Summary collapse
-
#initialize(confirmationNumber = nil, accessTime = nil, cutoffTime = nil, location = nil, deliveryCommitment = nil, dispatchDate = nil) ⇒ CompletedTagDetail
constructor
A new instance of CompletedTagDetail.
Constructor Details
#initialize(confirmationNumber = nil, accessTime = nil, cutoffTime = nil, location = nil, deliveryCommitment = nil, dispatchDate = nil) ⇒ CompletedTagDetail
Returns a new instance of CompletedTagDetail.
593 594 595 596 597 598 599 600 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 593 def initialize(confirmationNumber = nil, accessTime = nil, cutoffTime = nil, location = nil, deliveryCommitment = nil, dispatchDate = nil) @confirmationNumber = confirmationNumber @accessTime = accessTime @cutoffTime = cutoffTime @location = location @deliveryCommitment = deliveryCommitment @dispatchDate = dispatchDate end |
Instance Attribute Details
#accessTime ⇒ Object
Returns the value of attribute accessTime.
587 588 589 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 587 def accessTime @accessTime end |
#confirmationNumber ⇒ Object
Returns the value of attribute confirmationNumber.
586 587 588 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 586 def confirmationNumber @confirmationNumber end |
#cutoffTime ⇒ Object
Returns the value of attribute cutoffTime.
588 589 590 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 588 def cutoffTime @cutoffTime end |
#deliveryCommitment ⇒ Object
Returns the value of attribute deliveryCommitment.
590 591 592 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 590 def deliveryCommitment @deliveryCommitment end |
#dispatchDate ⇒ Object
Returns the value of attribute dispatchDate.
591 592 593 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 591 def dispatchDate @dispatchDate end |
#location ⇒ Object
Returns the value of attribute location.
589 590 591 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 589 def location @location end |