Class: FedexWebServices::Soap::Ship::ShippingDocument
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::ShippingDocument
- 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
-
#accessReference ⇒ Object
Returns the value of attribute accessReference.
-
#copiesToPrint ⇒ Object
Returns the value of attribute copiesToPrint.
-
#grouping ⇒ Object
Returns the value of attribute grouping.
-
#imageType ⇒ Object
Returns the value of attribute imageType.
-
#parts ⇒ Object
Returns the value of attribute parts.
-
#resolution ⇒ Object
Returns the value of attribute resolution.
-
#shippingDocumentDisposition ⇒ Object
Returns the value of attribute shippingDocumentDisposition.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(type = nil, grouping = nil, shippingDocumentDisposition = nil, accessReference = nil, imageType = nil, resolution = nil, copiesToPrint = nil, parts = []) ⇒ ShippingDocument
constructor
A new instance of ShippingDocument.
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
#accessReference ⇒ Object
Returns the value of attribute accessReference.
3180 3181 3182 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3180 def accessReference @accessReference end |
#copiesToPrint ⇒ Object
Returns the value of attribute copiesToPrint.
3183 3184 3185 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3183 def copiesToPrint @copiesToPrint end |
#grouping ⇒ Object
Returns the value of attribute grouping.
3178 3179 3180 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3178 def grouping @grouping end |
#imageType ⇒ Object
Returns the value of attribute imageType.
3181 3182 3183 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3181 def imageType @imageType end |
#parts ⇒ Object
Returns the value of attribute parts.
3184 3185 3186 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3184 def parts @parts end |
#resolution ⇒ Object
Returns the value of attribute resolution.
3182 3183 3184 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3182 def resolution @resolution end |
#shippingDocumentDisposition ⇒ Object
Returns the value of attribute shippingDocumentDisposition.
3179 3180 3181 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3179 def shippingDocumentDisposition @shippingDocumentDisposition end |
#type ⇒ Object
Returns the value of attribute type.
3177 3178 3179 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3177 def type @type end |