Class: FedexWebServices::Soap::Rate::CustomerSpecifiedLabelDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::CustomerSpecifiedLabelDetail
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13CustomerSpecifiedLabelDetail
docTabContent - FedexWebServices::Soap::Rate::DocTabContent
customContent - FedexWebServices::Soap::Rate::CustomLabelDetail
configurableReferenceEntries - FedexWebServices::Soap::Rate::ConfigurableLabelReferenceEntry
maskedData - FedexWebServices::Soap::Rate::LabelMaskableDataType
secondaryBarcode - FedexWebServices::Soap::Rate::SecondaryBarcodeType
termsAndConditionsLocalization - FedexWebServices::Soap::Rate::Localization
additionalLabels - FedexWebServices::Soap::Rate::AdditionalLabelsDetail
airWaybillSuppressionCount - SOAP::SOAPNonNegativeInteger
Instance Attribute Summary collapse
-
#additionalLabels ⇒ Object
Returns the value of attribute additionalLabels.
-
#airWaybillSuppressionCount ⇒ Object
Returns the value of attribute airWaybillSuppressionCount.
-
#configurableReferenceEntries ⇒ Object
Returns the value of attribute configurableReferenceEntries.
-
#customContent ⇒ Object
Returns the value of attribute customContent.
-
#docTabContent ⇒ Object
Returns the value of attribute docTabContent.
-
#maskedData ⇒ Object
Returns the value of attribute maskedData.
-
#secondaryBarcode ⇒ Object
Returns the value of attribute secondaryBarcode.
-
#termsAndConditionsLocalization ⇒ Object
Returns the value of attribute termsAndConditionsLocalization.
Instance Method Summary collapse
-
#initialize(docTabContent = nil, customContent = nil, configurableReferenceEntries = [], maskedData = [], secondaryBarcode = nil, termsAndConditionsLocalization = nil, additionalLabels = [], airWaybillSuppressionCount = nil) ⇒ CustomerSpecifiedLabelDetail
constructor
A new instance of CustomerSpecifiedLabelDetail.
Constructor Details
#initialize(docTabContent = nil, customContent = nil, configurableReferenceEntries = [], maskedData = [], secondaryBarcode = nil, termsAndConditionsLocalization = nil, additionalLabels = [], airWaybillSuppressionCount = nil) ⇒ CustomerSpecifiedLabelDetail
Returns a new instance of CustomerSpecifiedLabelDetail.
635 636 637 638 639 640 641 642 643 644 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 635 def initialize(docTabContent = nil, customContent = nil, configurableReferenceEntries = [], maskedData = [], secondaryBarcode = nil, termsAndConditionsLocalization = nil, additionalLabels = [], airWaybillSuppressionCount = nil) @docTabContent = docTabContent @customContent = customContent @configurableReferenceEntries = configurableReferenceEntries @maskedData = maskedData @secondaryBarcode = secondaryBarcode @termsAndConditionsLocalization = termsAndConditionsLocalization @additionalLabels = additionalLabels @airWaybillSuppressionCount = airWaybillSuppressionCount end |
Instance Attribute Details
#additionalLabels ⇒ Object
Returns the value of attribute additionalLabels.
632 633 634 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 632 def additionalLabels @additionalLabels end |
#airWaybillSuppressionCount ⇒ Object
Returns the value of attribute airWaybillSuppressionCount.
633 634 635 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 633 def airWaybillSuppressionCount @airWaybillSuppressionCount end |
#configurableReferenceEntries ⇒ Object
Returns the value of attribute configurableReferenceEntries.
628 629 630 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 628 def configurableReferenceEntries @configurableReferenceEntries end |
#customContent ⇒ Object
Returns the value of attribute customContent.
627 628 629 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 627 def customContent @customContent end |
#docTabContent ⇒ Object
Returns the value of attribute docTabContent.
626 627 628 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 626 def docTabContent @docTabContent end |
#maskedData ⇒ Object
Returns the value of attribute maskedData.
629 630 631 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 629 def maskedData @maskedData end |
#secondaryBarcode ⇒ Object
Returns the value of attribute secondaryBarcode.
630 631 632 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 630 def secondaryBarcode @secondaryBarcode end |
#termsAndConditionsLocalization ⇒ Object
Returns the value of attribute termsAndConditionsLocalization.
631 632 633 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 631 def termsAndConditionsLocalization @termsAndConditionsLocalization end |