Method: Api2ch::ViewedThreads#initialize
- Defined in:
- lib/api_2ch/methods/viewed_threads.rb
#initialize(board) ⇒ ViewedThreads
Returns a new instance of ViewedThreads.
3 4 5 |
# File 'lib/api_2ch/methods/viewed_threads.rb', line 3 def initialize(board) @board = board end |