Class: FedexWebServices::Soap::Ship::CompletedEtdDetail

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

Instance Method Summary collapse

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

#folderIdObject

Returns the value of attribute folderId.



391
392
393
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 391

def folderId
  @folderId
end

#uploadDocumentReferenceDetailsObject

Returns the value of attribute uploadDocumentReferenceDetails.



392
393
394
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 392

def uploadDocumentReferenceDetails
  @uploadDocumentReferenceDetails
end