Class: Varar::Core::RowCheck

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



6
7
8
# File 'lib/varar/core/cell_diff.rb', line 6

def column
  @column
end

#spanObject (readonly)

Returns the value of attribute span

Returns:

  • (Object)

    the current value of span



6
7
8
# File 'lib/varar/core/cell_diff.rb', line 6

def span
  @span
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



6
7
8
# File 'lib/varar/core/cell_diff.rb', line 6

def value
  @value
end