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

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

Overview

http://fedex.com/ws/rate/v13LabelSpecification labelFormatType - FedexWebServices::Soap::Rate::LabelFormatType imageType - FedexWebServices::Soap::Rate::ShippingDocumentImageType labelStockType - FedexWebServices::Soap::Rate::LabelStockType labelPrintingOrientation - FedexWebServices::Soap::Rate::LabelPrintingOrientationType labelRotation - FedexWebServices::Soap::Rate::LabelRotationType printedLabelOrigin - FedexWebServices::Soap::Rate::ContactAndAddress customerSpecifiedDetail - FedexWebServices::Soap::Rate::CustomerSpecifiedLabelDetail

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

#customerSpecifiedDetail ⇒ Object

Returns the value of attribute customerSpecifiedDetail.



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

def customerSpecifiedDetail
  @customerSpecifiedDetail
end

#imageType ⇒ Object

Returns the value of attribute imageType.



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

def imageType
  @imageType
end

#labelFormatType ⇒ Object

Returns the value of attribute labelFormatType.



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

def labelFormatType
  @labelFormatType
end

#labelPrintingOrientation ⇒ Object

Returns the value of attribute labelPrintingOrientation.



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

def labelPrintingOrientation
  @labelPrintingOrientation
end

#labelRotation ⇒ Object

Returns the value of attribute labelRotation.



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

def labelRotation
  @labelRotation
end

#labelStockType ⇒ Object

Returns the value of attribute labelStockType.



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

def labelStockType
  @labelStockType
end

#printedLabelOrigin ⇒ Object

Returns the value of attribute printedLabelOrigin.



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

def printedLabelOrigin
  @printedLabelOrigin
end