Class: ZplRender::Barcode::Pdf417::Symbolinfo
- Inherits:
-
Struct
- Object
- Struct
- ZplRender::Barcode::Pdf417::Symbolinfo
- Defined in:
- lib/zpl_render/barcode/pdf417.rb
Instance Attribute Summary collapse
-
#cols ⇒ Object
Returns the value of attribute cols.
-
#patterns ⇒ Object
Returns the value of attribute patterns.
-
#rows ⇒ Object
Returns the value of attribute rows.
-
#truncated ⇒ Object
Returns the value of attribute truncated.
Instance Attribute Details
#cols ⇒ Object
Returns the value of attribute cols
23 24 25 |
# File 'lib/zpl_render/barcode/pdf417.rb', line 23 def cols @cols end |
#patterns ⇒ Object
Returns the value of attribute patterns
23 24 25 |
# File 'lib/zpl_render/barcode/pdf417.rb', line 23 def patterns @patterns end |
#rows ⇒ Object
Returns the value of attribute rows
23 24 25 |
# File 'lib/zpl_render/barcode/pdf417.rb', line 23 def rows @rows end |
#truncated ⇒ Object
Returns the value of attribute truncated
23 24 25 |
# File 'lib/zpl_render/barcode/pdf417.rb', line 23 def truncated @truncated end |