Class: Table::Column
- Inherits:
-
Struct
- Object
- Struct
- Table::Column
- Defined in:
- lib/infold/table.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/infold/table.rb', line 6 def name @name end |
#type ⇒ Object
Returns the value of attribute type
6 7 8 |
# File 'lib/infold/table.rb', line 6 def type @type end |