Class: CSVDecision::Columns::Entry
- Inherits:
-
Struct
- Object
- Struct
- CSVDecision::Columns::Entry
- Defined in:
- lib/csv_decision/columns.rb
Overview
Value object to hold column dictionary entries.
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#text_only ⇒ Object
Returns the value of attribute text_only.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
10 11 12 |
# File 'lib/csv_decision/columns.rb', line 10 def name @name end |
#text_only ⇒ Object
Returns the value of attribute text_only
10 11 12 |
# File 'lib/csv_decision/columns.rb', line 10 def text_only @text_only end |