Class: FedexWebServices::Soap::Ship::CompletedTagDetail

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#accessTimeObject

Returns the value of attribute accessTime.



587
588
589
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 587

def accessTime
  @accessTime
end

#confirmationNumberObject

Returns the value of attribute confirmationNumber.



586
587
588
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 586

def confirmationNumber
  @confirmationNumber
end

#cutoffTimeObject

Returns the value of attribute cutoffTime.



588
589
590
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 588

def cutoffTime
  @cutoffTime
end

#deliveryCommitmentObject

Returns the value of attribute deliveryCommitment.



590
591
592
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 590

def deliveryCommitment
  @deliveryCommitment
end

#dispatchDateObject

Returns the value of attribute dispatchDate.



591
592
593
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 591

def dispatchDate
  @dispatchDate
end

#locationObject

Returns the value of attribute location.



589
590
591
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 589

def location
  @location
end