Class: FedexWebServices::Soap::Ship::Op900Detail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::Op900Detail
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12Op900Detail
format - FedexWebServices::Soap::Ship::ShippingDocumentFormat
reference - FedexWebServices::Soap::Ship::CustomerReferenceType
customerImageUsages - FedexWebServices::Soap::Ship::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.
2073 2074 2075 2076 2077 2078 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2073 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.
2070 2071 2072 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2070 def customerImageUsages @customerImageUsages end |
#format ⇒ Object
Returns the value of attribute format.
2068 2069 2070 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2068 def format @format end |
#reference ⇒ Object
Returns the value of attribute reference.
2069 2070 2071 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2069 def reference @reference end |
#signatureName ⇒ Object
Returns the value of attribute signatureName.
2071 2072 2073 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2071 def signatureName @signatureName end |