Class: CSVDecision::Columns::Default Private
- Inherits:
-
Struct
- Object
- Struct
- CSVDecision::Columns::Default
- Defined in:
- lib/csv_decision/columns.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Value object used for any columns with defaults.
Instance Attribute Summary collapse
-
#eval ⇒ Object
Returns the value of attribute eval.
-
#function ⇒ Object
Returns the value of attribute function.
-
#name ⇒ Object
Returns the value of attribute name.
-
#set_if ⇒ Object
Returns the value of attribute set_if.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#eval ⇒ Object
Returns the value of attribute eval
12 13 14 |
# File 'lib/csv_decision/columns.rb', line 12 def eval @eval end |
#function ⇒ Object
Returns the value of attribute function
12 13 14 |
# File 'lib/csv_decision/columns.rb', line 12 def function @function end |
#name ⇒ Object
Returns the value of attribute name
12 13 14 |
# File 'lib/csv_decision/columns.rb', line 12 def name @name end |
#set_if ⇒ Object
Returns the value of attribute set_if
12 13 14 |
# File 'lib/csv_decision/columns.rb', line 12 def set_if @set_if end |
#type ⇒ Object
Returns the value of attribute type
12 13 14 |
# File 'lib/csv_decision/columns.rb', line 12 def type @type end |