Module: HNPosts

Defined in:
lib/hnposts.rb,
lib/hnposts/post.rb,
lib/hnposts/fetcher.rb,
lib/hnposts/version.rb

Defined Under Namespace

Classes: Fetcher, Post

Constant Summary collapse

VERSION =
"0.0.6"

Class Method Summary collapse

Class Method Details

.fetch_postsObject



9
10
11
# File 'lib/hnposts.rb', line 9

def self.fetch_posts
  Fetcher.new.fetch_posts
end