Class: EasyCSV::Column

Inherits:
Struct
  • Object
show all
Defined in:
lib/easycsv/data.rb

Instance Attribute Summary collapse

Instance Attribute Details

#header_nameObject

Returns the value of attribute header_name

Returns:

  • (Object)

    the current value of header_name



34
35
36
# File 'lib/easycsv/data.rb', line 34

def header_name
  @header_name
end

#method_callObject

Returns the value of attribute method_call

Returns:

  • (Object)

    the current value of method_call



34
35
36
# File 'lib/easycsv/data.rb', line 34

def method_call
  @method_call
end