Class: FedexWebServices::Soap::Ship::ShippingDocumentFormat
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::ShippingDocumentFormat
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12ShippingDocumentFormat
dispositions - FedexWebServices::Soap::Ship::ShippingDocumentDispositionDetail
topOfPageOffset - FedexWebServices::Soap::Ship::LinearMeasure
imageType - FedexWebServices::Soap::Ship::ShippingDocumentImageType
stockType - FedexWebServices::Soap::Ship::ShippingDocumentStockType
provideInstructions - SOAP::SOAPBoolean
localization - FedexWebServices::Soap::Ship::Localization
customDocumentIdentifier - SOAP::SOAPString
Instance Attribute Summary collapse
-
#customDocumentIdentifier ⇒ Object
Returns the value of attribute customDocumentIdentifier.
-
#dispositions ⇒ Object
Returns the value of attribute dispositions.
-
#imageType ⇒ Object
Returns the value of attribute imageType.
-
#localization ⇒ Object
Returns the value of attribute localization.
-
#provideInstructions ⇒ Object
Returns the value of attribute provideInstructions.
-
#stockType ⇒ Object
Returns the value of attribute stockType.
-
#topOfPageOffset ⇒ Object
Returns the value of attribute topOfPageOffset.
Instance Method Summary collapse
-
#initialize(dispositions = [], topOfPageOffset = nil, imageType = nil, stockType = nil, provideInstructions = nil, localization = nil, customDocumentIdentifier = nil) ⇒ ShippingDocumentFormat
constructor
A new instance of ShippingDocumentFormat.
Constructor Details
#initialize(dispositions = [], topOfPageOffset = nil, imageType = nil, stockType = nil, provideInstructions = nil, localization = nil, customDocumentIdentifier = nil) ⇒ ShippingDocumentFormat
Returns a new instance of ShippingDocumentFormat.
3260 3261 3262 3263 3264 3265 3266 3267 3268 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3260 def initialize(dispositions = [], topOfPageOffset = nil, imageType = nil, stockType = nil, provideInstructions = nil, localization = nil, customDocumentIdentifier = nil) @dispositions = dispositions @topOfPageOffset = topOfPageOffset @imageType = imageType @stockType = stockType @provideInstructions = provideInstructions @localization = localization @customDocumentIdentifier = customDocumentIdentifier end |
Instance Attribute Details
#customDocumentIdentifier ⇒ Object
Returns the value of attribute customDocumentIdentifier.
3258 3259 3260 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3258 def customDocumentIdentifier @customDocumentIdentifier end |
#dispositions ⇒ Object
Returns the value of attribute dispositions.
3252 3253 3254 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3252 def dispositions @dispositions end |
#imageType ⇒ Object
Returns the value of attribute imageType.
3254 3255 3256 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3254 def imageType @imageType end |
#localization ⇒ Object
Returns the value of attribute localization.
3257 3258 3259 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3257 def localization @localization end |
#provideInstructions ⇒ Object
Returns the value of attribute provideInstructions.
3256 3257 3258 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3256 def provideInstructions @provideInstructions end |
#stockType ⇒ Object
Returns the value of attribute stockType.
3255 3256 3257 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3255 def stockType @stockType end |
#topOfPageOffset ⇒ Object
Returns the value of attribute topOfPageOffset.
3253 3254 3255 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3253 def topOfPageOffset @topOfPageOffset end |