class FedexWebServices::Soap::Ship::CustomLabelBarcodeEntry

{fedex.com/ws/ship/v12}CustomLabelBarcodeEntry

position - FedexWebServices::Soap::Ship::CustomLabelPosition
format - SOAP::SOAPString
dataFields - SOAP::SOAPString
barHeight - SOAP::SOAPInt
thinBarWidth - SOAP::SOAPInt
barcodeSymbology - FedexWebServices::Soap::Ship::BarcodeSymbologyType

Attributes

barHeight[RW]
barcodeSymbology[RW]
dataFields[RW]
format[RW]
position[RW]
thinBarWidth[RW]

Public Class Methods

new(position = nil, format = nil, dataFields = [], barHeight = nil, thinBarWidth = nil, barcodeSymbology = nil) click to toggle source
# 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