Class: Oselvar::Var::Core::Table

Inherits:
Data
  • Object
show all
Defined in:
lib/oselvar/var/core/ast.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#headerObject (readonly)

Returns the value of attribute header

Returns:

  • (Object)

    the current value of header



32
33
34
# File 'lib/oselvar/var/core/ast.rb', line 32

def header
  @header
end

#rowsObject (readonly)

Returns the value of attribute rows

Returns:

  • (Object)

    the current value of rows



32
33
34
# File 'lib/oselvar/var/core/ast.rb', line 32

def rows
  @rows
end

#spanObject (readonly)

Returns the value of attribute span

Returns:

  • (Object)

    the current value of span



32
33
34
# File 'lib/oselvar/var/core/ast.rb', line 32

def span
  @span
end

Instance Method Details

#kindObject



33
# File 'lib/oselvar/var/core/ast.rb', line 33

def kind = 'table'