Class: Oselvar::Var::Core::Row
- Inherits:
-
Data
- Object
- Data
- Oselvar::Var::Core::Row
- Defined in:
- lib/oselvar/var/core/ast.rb
Instance Attribute Summary collapse
-
#cell_spans ⇒ Object
readonly
Returns the value of attribute cell_spans.
-
#cells ⇒ Object
readonly
Returns the value of attribute cells.
-
#span ⇒ Object
readonly
Returns the value of attribute span.
Instance Attribute Details
#cell_spans ⇒ Object (readonly)
Returns the value of attribute cell_spans
30 31 32 |
# File 'lib/oselvar/var/core/ast.rb', line 30 def cell_spans @cell_spans end |
#cells ⇒ Object (readonly)
Returns the value of attribute cells
30 31 32 |
# File 'lib/oselvar/var/core/ast.rb', line 30 def cells @cells end |
#span ⇒ Object (readonly)
Returns the value of attribute span
30 31 32 |
# File 'lib/oselvar/var/core/ast.rb', line 30 def span @span end |