Class: Quintype::API::SearchResults

Inherits:
Base
  • Object
show all
Includes:
Enumerable
Defined in:
lib/quintype/api/story.rb

Instance Method Summary collapse

Instance Method Details

#eachObject



80
81
82
# File 'lib/quintype/api/story.rb', line 80

def each
  stories.each { |i| yield i }
end