Method: Api2ch::Posts#initialize

Defined in:
lib/api_2ch/methods/posts.rb

#initialize(board, num) ⇒ Posts

Returns a new instance of Posts.



3
4
5
6
# File 'lib/api_2ch/methods/posts.rb', line 3

def initialize(board, num)
  @board = board
  @num   = num
end