Class: FedexWebServices::Soap::Ship::ShippingDocumentFormat

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#customDocumentIdentifierObject

Returns the value of attribute customDocumentIdentifier.



3258
3259
3260
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3258

def customDocumentIdentifier
  @customDocumentIdentifier
end

#dispositionsObject

Returns the value of attribute dispositions.



3252
3253
3254
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3252

def dispositions
  @dispositions
end

#imageTypeObject

Returns the value of attribute imageType.



3254
3255
3256
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3254

def imageType
  @imageType
end

#localizationObject

Returns the value of attribute localization.



3257
3258
3259
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3257

def localization
  @localization
end

#provideInstructionsObject

Returns the value of attribute provideInstructions.



3256
3257
3258
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3256

def provideInstructions
  @provideInstructions
end

#stockTypeObject

Returns the value of attribute stockType.



3255
3256
3257
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3255

def stockType
  @stockType
end

#topOfPageOffsetObject

Returns the value of attribute topOfPageOffset.



3253
3254
3255
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3253

def topOfPageOffset
  @topOfPageOffset
end