class VoteGame
- VoteGame
- Reference
- Object
Included Modules
- YAML::Serializable
Defined in:
groogy-bot/vote_game.crConstructors
Class Method Summary
- .add(game : VoteGame)
- .current
- .each(&)
- .find(name)
- .load
- .make_current(game : Nil | VoteGame)
- .remove(name) : Bool
- .reset_current
- .write
Instance Method Summary
- #add_slot(slot : VoteSlot)
- #name : String
- #remove_slot(name : String)
- #slots : Array(VoteSlot)
- #voter?(usr : User)