Class: FedexWebServices::Soap::Rate::CustomLabelBarcodeEntry

Inherits:
Object
  • Object
show all
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 barHeight - SOAP::SOAPInt thinBarWidth - SOAP::SOAPInt barcodeSymbology - FedexWebServices::Soap::Rate::BarcodeSymbologyType

Instance Attribute Summary collapse

Instance Method Summary collapse

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 = [], barHeight = nil, thinBarWidth = nil, barcodeSymbology = nil)
  @position = position
  @format = format
  @dataFields = dataFields
  @barHeight = barHeight
  @thinBarWidth = thinBarWidth
  @barcodeSymbology = 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
  @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
  @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