Class: Varar::Core::Row
- Inherits:
-
Data
- Object
- Data
- Varar::Core::Row
- Defined in:
- lib/varar/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
29 30 31 |
# File 'lib/varar/core/ast.rb', line 29 def cell_spans @cell_spans end |
#cells ⇒ Object (readonly)
Returns the value of attribute cells
29 30 31 |
# File 'lib/varar/core/ast.rb', line 29 def cells @cells end |
#span ⇒ Object (readonly)
Returns the value of attribute span
29 30 31 |
# File 'lib/varar/core/ast.rb', line 29 def span @span end |