class BBS2ch::Category

Attributes

boards[RW]
name[RW]

Public Class Methods

new(name, boards = []) click to toggle source
# File lib/bbs2ch/category.rb, line 3
def initialize(name, boards = [])
  @name   = name
  @boards = boards
end