Method: RedditApi::Posts#initialize
- Defined in:
- lib/reddit_api/posts.rb
#initialize ⇒ Posts
Returns a new instance of Posts.
5 6 7 8 |
# File 'lib/reddit_api/posts.rb', line 5 def initialize @client = RedditApi::Client.new @post_factory = RedditApi::Post end |