Class: FedexWebServices::Soap::Ship::LabelSpecification
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::LabelSpecification
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12LabelSpecification
dispositions - FedexWebServices::Soap::Ship::ShippingDocumentDispositionDetail
labelFormatType - FedexWebServices::Soap::Ship::LabelFormatType
imageType - FedexWebServices::Soap::Ship::ShippingDocumentImageType
labelStockType - FedexWebServices::Soap::Ship::LabelStockType
labelPrintingOrientation - FedexWebServices::Soap::Ship::LabelPrintingOrientationType
printedLabelOrigin - FedexWebServices::Soap::Ship::ContactAndAddress
customerSpecifiedDetail - FedexWebServices::Soap::Ship::CustomerSpecifiedLabelDetail
Instance Attribute Summary collapse
-
#customerSpecifiedDetail ⇒ Object
Returns the value of attribute customerSpecifiedDetail.
-
#dispositions ⇒ Object
Returns the value of attribute dispositions.
-
#imageType ⇒ Object
Returns the value of attribute imageType.
-
#labelFormatType ⇒ Object
Returns the value of attribute labelFormatType.
-
#labelPrintingOrientation ⇒ Object
Returns the value of attribute labelPrintingOrientation.
-
#labelStockType ⇒ Object
Returns the value of attribute labelStockType.
-
#printedLabelOrigin ⇒ Object
Returns the value of attribute printedLabelOrigin.
Instance Method Summary collapse
-
#initialize(dispositions = [], labelFormatType = nil, imageType = nil, labelStockType = nil, labelPrintingOrientation = nil, printedLabelOrigin = nil, customerSpecifiedDetail = nil) ⇒ LabelSpecification
constructor
A new instance of LabelSpecification.
Constructor Details
#initialize(dispositions = [], labelFormatType = nil, imageType = nil, labelStockType = nil, labelPrintingOrientation = nil, printedLabelOrigin = nil, customerSpecifiedDetail = nil) ⇒ LabelSpecification
Returns a new instance of LabelSpecification.
1885 1886 1887 1888 1889 1890 1891 1892 1893 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1885 def initialize(dispositions = [], labelFormatType = nil, imageType = nil, labelStockType = nil, labelPrintingOrientation = nil, printedLabelOrigin = nil, customerSpecifiedDetail = nil) @dispositions = dispositions @labelFormatType = labelFormatType @imageType = imageType @labelStockType = labelStockType @labelPrintingOrientation = labelPrintingOrientation @printedLabelOrigin = printedLabelOrigin @customerSpecifiedDetail = customerSpecifiedDetail end |
Instance Attribute Details
#customerSpecifiedDetail ⇒ Object
Returns the value of attribute customerSpecifiedDetail.
1883 1884 1885 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1883 def customerSpecifiedDetail @customerSpecifiedDetail end |
#dispositions ⇒ Object
Returns the value of attribute dispositions.
1877 1878 1879 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1877 def dispositions @dispositions end |
#imageType ⇒ Object
Returns the value of attribute imageType.
1879 1880 1881 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1879 def imageType @imageType end |
#labelFormatType ⇒ Object
Returns the value of attribute labelFormatType.
1878 1879 1880 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1878 def labelFormatType @labelFormatType end |
#labelPrintingOrientation ⇒ Object
Returns the value of attribute labelPrintingOrientation.
1881 1882 1883 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1881 def labelPrintingOrientation @labelPrintingOrientation end |
#labelStockType ⇒ Object
Returns the value of attribute labelStockType.
1880 1881 1882 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1880 def labelStockType @labelStockType end |
#printedLabelOrigin ⇒ Object
Returns the value of attribute printedLabelOrigin.
1882 1883 1884 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1882 def printedLabelOrigin @printedLabelOrigin end |