Class: CSVDecision::Columns::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/csv_decision/columns.rb

Overview

Value object to hold column dictionary entries.

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



10
11
12
# File 'lib/csv_decision/columns.rb', line 10

def name
  @name
end

#text_onlyObject

Returns the value of attribute text_only

Returns:

  • (Object)

    the current value of text_only



10
11
12
# File 'lib/csv_decision/columns.rb', line 10

def text_only
  @text_only
end