Class: FedexWebServices::Soap::Rate::EtdDetail

Inherits:
Object
  • Object
show all
Defined in:
lib/fedex_web_services/soap/RateServiceDefinitions.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(requestedDocumentCopies = [], documents = [], documentReferences = []) ⇒ EtdDetail

Returns a new instance of EtdDetail.



1074
1075
1076
1077
1078
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1074

def initialize(requestedDocumentCopies = [], documents = [], documentReferences = [])
  @requestedDocumentCopies = requestedDocumentCopies
  @documents = documents
  @documentReferences = documentReferences
end

Instance Attribute Details

#documentReferencesObject

Returns the value of attribute documentReferences.



1072
1073
1074
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1072

def documentReferences
  @documentReferences
end

#documentsObject

Returns the value of attribute documents.



1071
1072
1073
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1071

def documents
  @documents
end

#requestedDocumentCopiesObject

Returns the value of attribute requestedDocumentCopies.



1070
1071
1072
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1070

def requestedDocumentCopies
  @requestedDocumentCopies
end