Class: FedexWebServices::Soap::Rate::CustomLabelBarcodeEntry
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::CustomLabelBarcodeEntry
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13CustomLabelBarcodeEntry
position - FedexWebServices::Soap::Rate::CustomLabelPosition
format - SOAP::SOAPString
dataFields - SOAP::SOAPString
- SOAP::SOAPInt
thinBarWidth - SOAP::SOAPInt
- FedexWebServices::Soap::Rate::BarcodeSymbologyType
Instance Attribute Summary collapse
-
#barcodeSymbology ⇒ Object
Returns the value of attribute barcodeSymbology.
-
#barHeight ⇒ Object
Returns the value of attribute barHeight.
-
#dataFields ⇒ Object
Returns the value of attribute dataFields.
-
#format ⇒ Object
Returns the value of attribute format.
-
#position ⇒ Object
Returns the value of attribute position.
-
#thinBarWidth ⇒ Object
Returns the value of attribute thinBarWidth.
Instance Method Summary collapse
-
#initialize(position = nil, format = nil, dataFields = [], barHeight = nil, thinBarWidth = nil, barcodeSymbology = nil) ⇒ CustomLabelBarcodeEntry
constructor
A new instance of CustomLabelBarcodeEntry.
Constructor Details
#initialize(position = nil, format = nil, dataFields = [], barHeight = nil, thinBarWidth = nil, barcodeSymbology = nil) ⇒ CustomLabelBarcodeEntry
Returns a new instance of CustomLabelBarcodeEntry.
491 492 493 494 495 496 497 498 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 491 def initialize(position = nil, format = nil, dataFields = [], = nil, thinBarWidth = nil, = nil) @position = position @format = format @dataFields = dataFields @barHeight = @thinBarWidth = thinBarWidth @barcodeSymbology = end |
Instance Attribute Details
#barcodeSymbology ⇒ Object
Returns the value of attribute barcodeSymbology.
489 490 491 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 489 def @barcodeSymbology end |
#barHeight ⇒ Object
Returns the value of attribute barHeight.
487 488 489 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 487 def @barHeight end |
#dataFields ⇒ Object
Returns the value of attribute dataFields.
486 487 488 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 486 def dataFields @dataFields end |
#format ⇒ Object
Returns the value of attribute format.
485 486 487 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 485 def format @format end |
#position ⇒ Object
Returns the value of attribute position.
484 485 486 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 484 def position @position end |
#thinBarWidth ⇒ Object
Returns the value of attribute thinBarWidth.
488 489 490 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 488 def thinBarWidth @thinBarWidth end |