Class: FedexWebServices::Soap::Rate::Op900Detail

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

Overview

http://fedex.com/ws/rate/v13Op900Detail

format - FedexWebServices::Soap::Rate::ShippingDocumentFormat
reference - FedexWebServices::Soap::Rate::CustomerReferenceType
customerImageUsages - FedexWebServices::Soap::Rate::CustomerImageUsage
signatureName - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(format = nil, reference = nil, customerImageUsages = [], signatureName = nil) ⇒ Op900Detail

Returns a new instance of Op900Detail.



1778
1779
1780
1781
1782
1783
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1778

def initialize(format = nil, reference = nil, customerImageUsages = [], signatureName = nil)
  @format = format
  @reference = reference
  @customerImageUsages = customerImageUsages
  @signatureName = signatureName
end

Instance Attribute Details

#customerImageUsagesObject

Returns the value of attribute customerImageUsages.



1775
1776
1777
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1775

def customerImageUsages
  @customerImageUsages
end

#formatObject

Returns the value of attribute format.



1773
1774
1775
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1773

def format
  @format
end

#referenceObject

Returns the value of attribute reference.



1774
1775
1776
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1774

def reference
  @reference
end

#signatureNameObject

Returns the value of attribute signatureName.



1776
1777
1778
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1776

def signatureName
  @signatureName
end