Class: Varar::Core::RowCheck
- Inherits:
-
Data
- Object
- Data
- Varar::Core::RowCheck
- 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
-
#column ⇒ Object
readonly
Returns the value of attribute column.
-
#span ⇒ Object
readonly
Returns the value of attribute span.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#column ⇒ Object (readonly)
Returns the value of attribute column
6 7 8 |
# File 'lib/varar/core/cell_diff.rb', line 6 def column @column end |
#span ⇒ Object (readonly)
Returns the value of attribute span
6 7 8 |
# File 'lib/varar/core/cell_diff.rb', line 6 def span @span end |
#value ⇒ Object (readonly)
Returns the value of attribute value
6 7 8 |
# File 'lib/varar/core/cell_diff.rb', line 6 def value @value end |