Class: FedexWebServices::Soap::Ship::CustomerSpecifiedLabelDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::CustomerSpecifiedLabelDetail
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12CustomerSpecifiedLabelDetail
docTabContent - FedexWebServices::Soap::Ship::DocTabContent
customContent - FedexWebServices::Soap::Ship::CustomLabelDetail
configurableReferenceEntries - FedexWebServices::Soap::Ship::ConfigurableLabelReferenceEntry
maskedData - FedexWebServices::Soap::Ship::LabelMaskableDataType
secondaryBarcode - FedexWebServices::Soap::Ship::SecondaryBarcodeType
termsAndConditionsLocalization - FedexWebServices::Soap::Ship::Localization
additionalLabels - FedexWebServices::Soap::Ship::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.
954 955 956 957 958 959 960 961 962 963 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 954 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.
951 952 953 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 951 def additionalLabels @additionalLabels end |
#airWaybillSuppressionCount ⇒ Object
Returns the value of attribute airWaybillSuppressionCount.
952 953 954 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 952 def airWaybillSuppressionCount @airWaybillSuppressionCount end |
#configurableReferenceEntries ⇒ Object
Returns the value of attribute configurableReferenceEntries.
947 948 949 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 947 def configurableReferenceEntries @configurableReferenceEntries end |
#customContent ⇒ Object
Returns the value of attribute customContent.
946 947 948 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 946 def customContent @customContent end |
#docTabContent ⇒ Object
Returns the value of attribute docTabContent.
945 946 947 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 945 def docTabContent @docTabContent end |
#maskedData ⇒ Object
Returns the value of attribute maskedData.
948 949 950 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 948 def maskedData @maskedData end |
#secondaryBarcode ⇒ Object
Returns the value of attribute secondaryBarcode.
949 950 951 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 949 def secondaryBarcode @secondaryBarcode end |
#termsAndConditionsLocalization ⇒ Object
Returns the value of attribute termsAndConditionsLocalization.
950 951 952 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 950 def termsAndConditionsLocalization @termsAndConditionsLocalization end |