class ACTV::PopularInterestSearchResults
Public Instance Methods
results()
click to toggle source
# File lib/actv/popular_interest_search_results.rb, line 6 def results @results ||= Array(@attrs[:hits][:hits]).map do |article| ACTV::PopularInterest.new(article) end end