Class: Varar::Core::Table

Inherits:
Data
  • Object
show all
Defined in:
lib/varar/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



31
32
33
# File 'lib/varar/core/ast.rb', line 31

def header
  @header
end

#rowsObject (readonly)

Returns the value of attribute rows

Returns:

  • (Object)

    the current value of rows



31
32
33
# File 'lib/varar/core/ast.rb', line 31

def rows
  @rows
end

#spanObject (readonly)

Returns the value of attribute span

Returns:

  • (Object)

    the current value of span



31
32
33
# File 'lib/varar/core/ast.rb', line 31

def span
  @span
end

Instance Method Details

#kindObject



32
# File 'lib/varar/core/ast.rb', line 32

def kind = 'table'