Class: TorrentSearch::ResultTable

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Includes:
Enumerable
Defined in:
lib/torrent_search/result_table.rb

Instance Method Summary collapse

Constructor Details

#initialize(search_result) ⇒ ResultTable

Returns a new instance of ResultTable.



7
8
9
10
# File 'lib/torrent_search/result_table.rb', line 7

def initialize(search_result)
  @search_result = search_result
  @table = table
end