Class: SearchResultCollection

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Defined in:
app/presenters/search_result_collection.rb

Instance Method Summary collapse

Constructor Details

#initialize(results) ⇒ SearchResultCollection

Returns a new instance of SearchResultCollection.



5
6
7
# File 'app/presenters/search_result_collection.rb', line 5

def initialize(results)
  @results = results
end