Class: FedexWebServices::Soap::Rate::LabelSpecification

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(labelFormatType = nil, imageType = nil, labelStockType = nil, labelPrintingOrientation = nil, labelRotation = nil, printedLabelOrigin = nil, customerSpecifiedDetail = nil) ⇒ LabelSpecification

Returns a new instance of LabelSpecification.



1590
1591
1592
1593
1594
1595
1596
1597
1598
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1590

def initialize(labelFormatType = nil, imageType = nil, labelStockType = nil, labelPrintingOrientation = nil, labelRotation = nil, printedLabelOrigin = nil, customerSpecifiedDetail = nil)
  @labelFormatType = labelFormatType
  @imageType = imageType
  @labelStockType = labelStockType
  @labelPrintingOrientation = labelPrintingOrientation
  @labelRotation = labelRotation
  @printedLabelOrigin = printedLabelOrigin
  @customerSpecifiedDetail = customerSpecifiedDetail
end

Instance Attribute Details

#customerSpecifiedDetailObject

Returns the value of attribute customerSpecifiedDetail.



1588
1589
1590
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1588

def customerSpecifiedDetail
  @customerSpecifiedDetail
end

#imageTypeObject

Returns the value of attribute imageType.



1583
1584
1585
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1583

def imageType
  @imageType
end

#labelFormatTypeObject

Returns the value of attribute labelFormatType.



1582
1583
1584
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1582

def labelFormatType
  @labelFormatType
end

#labelPrintingOrientationObject

Returns the value of attribute labelPrintingOrientation.



1585
1586
1587
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1585

def labelPrintingOrientation
  @labelPrintingOrientation
end

#labelRotationObject

Returns the value of attribute labelRotation.



1586
1587
1588
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1586

def labelRotation
  @labelRotation
end

#labelStockTypeObject

Returns the value of attribute labelStockType.



1584
1585
1586
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1584

def labelStockType
  @labelStockType
end

#printedLabelOriginObject

Returns the value of attribute printedLabelOrigin.



1587
1588
1589
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1587

def printedLabelOrigin
  @printedLabelOrigin
end