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