Class: Oselvar::Var::Core::Row

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



30
31
32
# File 'lib/oselvar/var/core/ast.rb', line 30

def cell_spans
  @cell_spans
end

#cellsObject (readonly)

Returns the value of attribute cells

Returns:

  • (Object)

    the current value of cells



30
31
32
# File 'lib/oselvar/var/core/ast.rb', line 30

def cells
  @cells
end

#spanObject (readonly)

Returns the value of attribute span

Returns:

  • (Object)

    the current value of span



30
31
32
# File 'lib/oselvar/var/core/ast.rb', line 30

def span
  @span
end