Class: FedexWebServices::Soap::Rate::Op900Detail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::Op900Detail
- 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
-
#customerImageUsages ⇒ Object
Returns the value of attribute customerImageUsages.
-
#format ⇒ Object
Returns the value of attribute format.
-
#reference ⇒ Object
Returns the value of attribute reference.
-
#signatureName ⇒ Object
Returns the value of attribute signatureName.
Instance Method Summary collapse
-
#initialize(format = nil, reference = nil, customerImageUsages = [], signatureName = nil) ⇒ Op900Detail
constructor
A new instance of Op900Detail.
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
#customerImageUsages ⇒ Object
Returns the value of attribute customerImageUsages.
1775 1776 1777 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1775 def customerImageUsages @customerImageUsages end |
#format ⇒ Object
Returns the value of attribute format.
1773 1774 1775 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1773 def format @format end |
#reference ⇒ Object
Returns the value of attribute reference.
1774 1775 1776 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1774 def reference @reference end |
#signatureName ⇒ Object
Returns the value of attribute signatureName.
1776 1777 1778 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1776 def signatureName @signatureName end |