Class: Umbra::Tabular::ColumnInfo
- Inherits:
-
Struct
- Object
- Struct
- Umbra::Tabular::ColumnInfo
- Defined in:
- lib/umbra/tabular.rb
Overview
stores column info internally: name, width and alignment
Instance Attribute Summary collapse
-
#align ⇒ Object
Returns the value of attribute align.
-
#hidden ⇒ Object
Returns the value of attribute hidden.
-
#index ⇒ Object
Returns the value of attribute index.
-
#name ⇒ Object
Returns the value of attribute name.
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Attribute Details
#align ⇒ Object
Returns the value of attribute align
45 46 47 |
# File 'lib/umbra/tabular.rb', line 45 def align @align end |
#hidden ⇒ Object
Returns the value of attribute hidden
45 46 47 |
# File 'lib/umbra/tabular.rb', line 45 def hidden @hidden end |
#index ⇒ Object
Returns the value of attribute index
45 46 47 |
# File 'lib/umbra/tabular.rb', line 45 def index @index end |
#name ⇒ Object
Returns the value of attribute name
45 46 47 |
# File 'lib/umbra/tabular.rb', line 45 def name @name end |
#offset ⇒ Object
Returns the value of attribute offset
45 46 47 |
# File 'lib/umbra/tabular.rb', line 45 def offset @offset end |
#width ⇒ Object
Returns the value of attribute width
45 46 47 |
# File 'lib/umbra/tabular.rb', line 45 def width @width end |