Class: ZplRender::Barcode::Pdf417::Symbolinfo

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

Instance Attribute Summary collapse

Instance Attribute Details

#colsObject

Returns the value of attribute cols

Returns:

  • (Object)

    the current value of cols



23
24
25
# File 'lib/zpl_render/barcode/pdf417.rb', line 23

def cols
  @cols
end

#patternsObject

Returns the value of attribute patterns

Returns:

  • (Object)

    the current value of patterns



23
24
25
# File 'lib/zpl_render/barcode/pdf417.rb', line 23

def patterns
  @patterns
end

#rowsObject

Returns the value of attribute rows

Returns:

  • (Object)

    the current value of rows



23
24
25
# File 'lib/zpl_render/barcode/pdf417.rb', line 23

def rows
  @rows
end

#truncatedObject

Returns the value of attribute truncated

Returns:

  • (Object)

    the current value of truncated



23
24
25
# File 'lib/zpl_render/barcode/pdf417.rb', line 23

def truncated
  @truncated
end