Class: RailsDataExplorer::Utils::RdeTable

Inherits:
Object
  • Object
show all
Defined in:
lib/rails-data-explorer/utils/rde_table.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(rows) ⇒ RdeTable

Returns a new instance of RdeTable.



20
21
22
# File 'lib/rails-data-explorer/utils/rde_table.rb', line 20

def initialize(rows)
  @rows = rows
end

Instance Attribute Details

#rowsObject

Returns the value of attribute rows.



18
19
20
# File 'lib/rails-data-explorer/utils/rde_table.rb', line 18

def rows
  @rows
end