Class: Varar::Core::Table
- Inherits:
-
Data
- Object
- Data
- Varar::Core::Table
- Defined in:
- lib/varar/core/ast.rb
Instance Attribute Summary collapse
-
#header ⇒ Object
readonly
Returns the value of attribute header.
-
#rows ⇒ Object
readonly
Returns the value of attribute rows.
-
#span ⇒ Object
readonly
Returns the value of attribute span.
Instance Method Summary collapse
Instance Attribute Details
#header ⇒ Object (readonly)
Returns the value of attribute header
31 32 33 |
# File 'lib/varar/core/ast.rb', line 31 def header @header end |
#rows ⇒ Object (readonly)
Returns the value of attribute rows
31 32 33 |
# File 'lib/varar/core/ast.rb', line 31 def rows @rows end |
#span ⇒ Object (readonly)
Returns the value of attribute span
31 32 33 |
# File 'lib/varar/core/ast.rb', line 31 def span @span end |
Instance Method Details
#kind ⇒ Object
32 |
# File 'lib/varar/core/ast.rb', line 32 def kind = 'table' |