Class: Oselvar::Var::Core::RowCheck

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

Overview

One checked column of one header-bound row: the cell text and its span.

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject (readonly)

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



7
8
9
# File 'lib/oselvar/var/core/cell_diff.rb', line 7

def column
  @column
end

#spanObject (readonly)

Returns the value of attribute span

Returns:

  • (Object)

    the current value of span



7
8
9
# File 'lib/oselvar/var/core/cell_diff.rb', line 7

def span
  @span
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



7
8
9
# File 'lib/oselvar/var/core/cell_diff.rb', line 7

def value
  @value
end