Class: ZplRender::Barcode::Code128::Result
- Inherits:
-
Struct
- Object
- Struct
- ZplRender::Barcode::Code128::Result
- Defined in:
- lib/zpl_render/barcode/code128.rb
Instance Attribute Summary collapse
-
#interpretation ⇒ Object
Returns the value of attribute interpretation.
-
#values ⇒ Object
Returns the value of attribute values.
Instance Attribute Details
#interpretation ⇒ Object
Returns the value of attribute interpretation
42 43 44 |
# File 'lib/zpl_render/barcode/code128.rb', line 42 def interpretation @interpretation end |
#values ⇒ Object
Returns the value of attribute values
42 43 44 |
# File 'lib/zpl_render/barcode/code128.rb', line 42 def values @values end |