Class: TableHelp::TableFor::Column

Inherits:
Struct
  • Object
show all
Defined in:
lib/table_help/table_for.rb

Instance Attribute Summary collapse

Instance Attribute Details

#human_nameObject

Returns the value of attribute human_name

Returns:

  • (Object)

    the current value of human_name



3
4
5
# File 'lib/table_help/table_for.rb', line 3

def human_name
  @human_name
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



3
4
5
# File 'lib/table_help/table_for.rb', line 3

def name
  @name
end