Class: FedexWebServices::Soap::Ship::CustomLabelBarcodeEntry

Inherits:
Object
  • Object
show all
Defined in:
lib/fedex_web_services/soap/ShipServiceDefinitions.rb

Overview

http://fedex.com/ws/ship/v12CustomLabelBarcodeEntry

position - FedexWebServices::Soap::Ship::CustomLabelPosition
format - SOAP::SOAPString
dataFields - SOAP::SOAPString
barHeight - SOAP::SOAPInt
thinBarWidth - SOAP::SOAPInt
barcodeSymbology - FedexWebServices::Soap::Ship::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.



810
811
812
813
814
815
816
817
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 810

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

#barcodeSymbologyObject

Returns the value of attribute barcodeSymbology.



808
809
810
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 808

def barcodeSymbology
  @barcodeSymbology
end

#barHeightObject

Returns the value of attribute barHeight.



806
807
808
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 806

def barHeight
  @barHeight
end

#dataFieldsObject

Returns the value of attribute dataFields.



805
806
807
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 805

def dataFields
  @dataFields
end

#formatObject

Returns the value of attribute format.



804
805
806
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 804

def format
  @format
end

#positionObject

Returns the value of attribute position.



803
804
805
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 803

def position
  @position
end

#thinBarWidthObject

Returns the value of attribute thinBarWidth.



807
808
809
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 807

def thinBarWidth
  @thinBarWidth
end