Class: Varar::Core::Row

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

Instance Attribute Summary collapse

Instance Attribute Details

#cell_spansObject (readonly)

Returns the value of attribute cell_spans

Returns:

  • (Object)

    the current value of cell_spans



29
30
31
# File 'lib/varar/core/ast.rb', line 29

def cell_spans
  @cell_spans
end

#cellsObject (readonly)

Returns the value of attribute cells

Returns:

  • (Object)

    the current value of cells



29
30
31
# File 'lib/varar/core/ast.rb', line 29

def cells
  @cells
end

#spanObject (readonly)

Returns the value of attribute span

Returns:

  • (Object)

    the current value of span



29
30
31
# File 'lib/varar/core/ast.rb', line 29

def span
  @span
end