Class: Oselvar::Var::Core::RowCheck
- Inherits:
-
Data
- Object
- Data
- Oselvar::Var::Core::RowCheck
- 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
-
#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
7 8 9 |
# File 'lib/oselvar/var/core/cell_diff.rb', line 7 def column @column end |
#span ⇒ Object (readonly)
Returns the value of attribute span
7 8 9 |
# File 'lib/oselvar/var/core/cell_diff.rb', line 7 def span @span end |
#value ⇒ Object (readonly)
Returns the value of attribute value
7 8 9 |
# File 'lib/oselvar/var/core/cell_diff.rb', line 7 def value @value end |