Class: Twitch::Bot::CommandParser
- Inherits:
-
Object
- Object
- Twitch::Bot::CommandParser
- Defined in:
- lib/twitch/bot/message_parser.rb
Overview
Abstract base class for a parser for a specific IRC command.
Direct Known Subclasses
AuthenticatedCommandParser, FollowersOnlyModeParser, JoinCommandParser, ModeCommandParser, NoticeCommandParser, PingCommandParser, PrivMsgCommandParser, R9kModeParser, RoomStateCommandParser, SlowModeParser, SubsOnlyModeParser
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message) ⇒ CommandParser
constructor
A new instance of CommandParser.
Constructor Details
#initialize(message) ⇒ CommandParser
Returns a new instance of CommandParser.
42 43 44 |
# File 'lib/twitch/bot/message_parser.rb', line 42 def initialize() = end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
40 41 42 |
# File 'lib/twitch/bot/message_parser.rb', line 40 def end |