Class: FedexWebServices::Soap::Ship::ShippingDocument

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

Overview

http://fedex.com/ws/ship/v12ShippingDocument

type - FedexWebServices::Soap::Ship::ReturnedShippingDocumentType
grouping - FedexWebServices::Soap::Ship::ShippingDocumentGroupingType
shippingDocumentDisposition - FedexWebServices::Soap::Ship::ShippingDocumentDispositionType
accessReference - SOAP::SOAPString
imageType - FedexWebServices::Soap::Ship::ShippingDocumentImageType
resolution - SOAP::SOAPNonNegativeInteger
copiesToPrint - SOAP::SOAPNonNegativeInteger
parts - FedexWebServices::Soap::Ship::ShippingDocumentPart

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil, grouping = nil, shippingDocumentDisposition = nil, accessReference = nil, imageType = nil, resolution = nil, copiesToPrint = nil, parts = []) ⇒ ShippingDocument

Returns a new instance of ShippingDocument.



3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3186

def initialize(type = nil, grouping = nil, shippingDocumentDisposition = nil, accessReference = nil, imageType = nil, resolution = nil, copiesToPrint = nil, parts = [])
  @type = type
  @grouping = grouping
  @shippingDocumentDisposition = shippingDocumentDisposition
  @accessReference = accessReference
  @imageType = imageType
  @resolution = resolution
  @copiesToPrint = copiesToPrint
  @parts = parts
end

Instance Attribute Details

#accessReferenceObject

Returns the value of attribute accessReference.



3180
3181
3182
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3180

def accessReference
  @accessReference
end

#copiesToPrintObject

Returns the value of attribute copiesToPrint.



3183
3184
3185
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3183

def copiesToPrint
  @copiesToPrint
end

#groupingObject

Returns the value of attribute grouping.



3178
3179
3180
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3178

def grouping
  @grouping
end

#imageTypeObject

Returns the value of attribute imageType.



3181
3182
3183
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3181

def imageType
  @imageType
end

#partsObject

Returns the value of attribute parts.



3184
3185
3186
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3184

def parts
  @parts
end

#resolutionObject

Returns the value of attribute resolution.



3182
3183
3184
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3182

def resolution
  @resolution
end

#shippingDocumentDispositionObject

Returns the value of attribute shippingDocumentDisposition.



3179
3180
3181
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3179

def shippingDocumentDisposition
  @shippingDocumentDisposition
end

#typeObject

Returns the value of attribute type.



3177
3178
3179
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3177

def type
  @type
end