Class: TableHelp::TableFor::Column
- Inherits:
-
Struct
- Object
- Struct
- TableHelp::TableFor::Column
- Defined in:
- lib/table_help/table_for.rb
Instance Attribute Summary collapse
-
#human_name ⇒ Object
Returns the value of attribute human_name.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#human_name ⇒ Object
Returns the value of attribute human_name
3 4 5 |
# File 'lib/table_help/table_for.rb', line 3 def human_name @human_name end |
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/table_help/table_for.rb', line 3 def name @name end |