Class: FedexWebServices::Soap::Rate::CustomerSpecifiedLabelDetail

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#additionalLabelsObject

Returns the value of attribute additionalLabels.



632
633
634
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 632

def additionalLabels
  @additionalLabels
end

#airWaybillSuppressionCountObject

Returns the value of attribute airWaybillSuppressionCount.



633
634
635
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 633

def airWaybillSuppressionCount
  @airWaybillSuppressionCount
end

#configurableReferenceEntriesObject

Returns the value of attribute configurableReferenceEntries.



628
629
630
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 628

def configurableReferenceEntries
  @configurableReferenceEntries
end

#customContentObject

Returns the value of attribute customContent.



627
628
629
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 627

def customContent
  @customContent
end

#docTabContentObject

Returns the value of attribute docTabContent.



626
627
628
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 626

def docTabContent
  @docTabContent
end

#maskedDataObject

Returns the value of attribute maskedData.



629
630
631
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 629

def maskedData
  @maskedData
end

#secondaryBarcodeObject

Returns the value of attribute secondaryBarcode.



630
631
632
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 630

def secondaryBarcode
  @secondaryBarcode
end

#termsAndConditionsLocalizationObject

Returns the value of attribute termsAndConditionsLocalization.



631
632
633
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 631

def termsAndConditionsLocalization
  @termsAndConditionsLocalization
end