Class: FedexWebServices::Soap::Ship::CompletedEtdDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::CompletedEtdDetail
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12CompletedEtdDetail
folderId - SOAP::SOAPString
uploadDocumentReferenceDetails - FedexWebServices::Soap::Ship::UploadDocumentReferenceDetail
Instance Attribute Summary collapse
-
#folderId ⇒ Object
Returns the value of attribute folderId.
-
#uploadDocumentReferenceDetails ⇒ Object
Returns the value of attribute uploadDocumentReferenceDetails.
Instance Method Summary collapse
-
#initialize(folderId = nil, uploadDocumentReferenceDetails = []) ⇒ CompletedEtdDetail
constructor
A new instance of CompletedEtdDetail.
Constructor Details
#initialize(folderId = nil, uploadDocumentReferenceDetails = []) ⇒ CompletedEtdDetail
Returns a new instance of CompletedEtdDetail.
394 395 396 397 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 394 def initialize(folderId = nil, uploadDocumentReferenceDetails = []) @folderId = folderId @uploadDocumentReferenceDetails = uploadDocumentReferenceDetails end |
Instance Attribute Details
#folderId ⇒ Object
Returns the value of attribute folderId.
391 392 393 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 391 def folderId @folderId end |
#uploadDocumentReferenceDetails ⇒ Object
Returns the value of attribute uploadDocumentReferenceDetails.
392 393 394 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 392 def uploadDocumentReferenceDetails @uploadDocumentReferenceDetails end |