Class: ZplRender::Barcode::Code128::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/zpl_render/barcode/code128.rb

Instance Attribute Summary collapse

Instance Attribute Details

#interpretationObject

Returns the value of attribute interpretation

Returns:

  • (Object)

    the current value of interpretation



42
43
44
# File 'lib/zpl_render/barcode/code128.rb', line 42

def interpretation
  @interpretation
end

#valuesObject

Returns the value of attribute values

Returns:

  • (Object)

    the current value of values



42
43
44
# File 'lib/zpl_render/barcode/code128.rb', line 42

def values
  @values
end