Class: Canis::Tabular::ColumnInfo
- Defined in:
- lib/canis/core/widgets/tabular.rb
Overview
stores column info internally
Instance Attribute Summary collapse
-
#align ⇒ Object
Returns the value of attribute align.
-
#name ⇒ Object
Returns the value of attribute name.
-
#w ⇒ Object
Returns the value of attribute w.
Instance Attribute Details
#align ⇒ Object
Returns the value of attribute align
40 41 42 |
# File 'lib/canis/core/widgets/tabular.rb', line 40 def align @align end |
#name ⇒ Object
Returns the value of attribute name
40 41 42 |
# File 'lib/canis/core/widgets/tabular.rb', line 40 def name @name end |
#w ⇒ Object
Returns the value of attribute w
40 41 42 |
# File 'lib/canis/core/widgets/tabular.rb', line 40 def w @w end |