Class: Oselvar::Var::Core::Table
- Inherits:
-
Data
- Object
- Data
- Oselvar::Var::Core::Table
- Defined in:
- lib/oselvar/var/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
32 33 34 |
# File 'lib/oselvar/var/core/ast.rb', line 32 def header @header end |
#rows ⇒ Object (readonly)
Returns the value of attribute rows
32 33 34 |
# File 'lib/oselvar/var/core/ast.rb', line 32 def rows @rows end |
#span ⇒ Object (readonly)
Returns the value of attribute span
32 33 34 |
# File 'lib/oselvar/var/core/ast.rb', line 32 def span @span end |
Instance Method Details
#kind ⇒ Object
33 |
# File 'lib/oselvar/var/core/ast.rb', line 33 def kind = 'table' |