Class: ScrapCbf::Cell
- Inherits:
-
Object
- Object
- ScrapCbf::Cell
- Defined in:
- lib/scrap_cbf/models/table/cell.rb
Instance Attribute Summary collapse
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(value) ⇒ Cell
constructor
A new instance of Cell.
Constructor Details
#initialize(value) ⇒ Cell
Returns a new instance of Cell.
6 7 8 |
# File 'lib/scrap_cbf/models/table/cell.rb', line 6 def initialize(value) @value = value end |
Instance Attribute Details
#value ⇒ Object (readonly)
Returns the value of attribute value.
5 6 7 |
# File 'lib/scrap_cbf/models/table/cell.rb', line 5 def value @value end |