Class: Erector::Widgets::Table::ColumnDefinition
- Inherits:
-
Struct
- Object
- Struct
- Erector::Widgets::Table::ColumnDefinition
- Defined in:
- lib/erector/widgets/table.rb
Instance Attribute Summary collapse
-
#cell_proc ⇒ Object
Returns the value of attribute cell_proc.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#cell_proc ⇒ Object
Returns the value of attribute cell_proc
19 20 21 |
# File 'lib/erector/widgets/table.rb', line 19 def cell_proc @cell_proc end |
#id ⇒ Object
Returns the value of attribute id
19 20 21 |
# File 'lib/erector/widgets/table.rb', line 19 def id @id end |
#name ⇒ Object
Returns the value of attribute name
19 20 21 |
# File 'lib/erector/widgets/table.rb', line 19 def name @name end |