Class: Chamomile::Table::Column
- Inherits:
-
Data
- Object
- Data
- Chamomile::Table::Column
- Defined in:
- lib/chamomile/components/table.rb
Instance Attribute Summary collapse
-
#title ⇒ Object
readonly
Returns the value of attribute title.
-
#width ⇒ Object
readonly
Returns the value of attribute width.
Instance Attribute Details
#title ⇒ Object (readonly)
Returns the value of attribute title
6 7 8 |
# File 'lib/chamomile/components/table.rb', line 6 def title @title end |
#width ⇒ Object (readonly)
Returns the value of attribute width
6 7 8 |
# File 'lib/chamomile/components/table.rb', line 6 def width @width end |