Class: FedexWebServices::Soap::Ship::LabelSpecification

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#customerSpecifiedDetailObject

Returns the value of attribute customerSpecifiedDetail.



1883
1884
1885
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1883

def customerSpecifiedDetail
  @customerSpecifiedDetail
end

#dispositionsObject

Returns the value of attribute dispositions.



1877
1878
1879
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1877

def dispositions
  @dispositions
end

#imageTypeObject

Returns the value of attribute imageType.



1879
1880
1881
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1879

def imageType
  @imageType
end

#labelFormatTypeObject

Returns the value of attribute labelFormatType.



1878
1879
1880
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1878

def labelFormatType
  @labelFormatType
end

#labelPrintingOrientationObject

Returns the value of attribute labelPrintingOrientation.



1881
1882
1883
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1881

def labelPrintingOrientation
  @labelPrintingOrientation
end

#labelStockTypeObject

Returns the value of attribute labelStockType.



1880
1881
1882
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1880

def labelStockType
  @labelStockType
end

#printedLabelOriginObject

Returns the value of attribute printedLabelOrigin.



1882
1883
1884
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1882

def printedLabelOrigin
  @printedLabelOrigin
end