Class: ScrapCbf::Row

Inherits:
Object
  • Object
show all
Defined in:
lib/scrap_cbf/models/table/row.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeRow



6
7
8
# File 'lib/scrap_cbf/models/table/row.rb', line 6

def initialize
  @cells = []
end

Instance Attribute Details

#cellsObject (readonly)

Returns the value of attribute cells.



5
6
7
# File 'lib/scrap_cbf/models/table/row.rb', line 5

def cells
  @cells
end