Class: Twitch::Bot::MessageParser
- Inherits:
-
Object
- Object
- Twitch::Bot::MessageParser
- Defined in:
- lib/twitch/bot/message_parser.rb
Overview
This class calls the parser related to the IRC command we received.
Instance Method Summary collapse
-
#initialize(irc_message) ⇒ MessageParser
constructor
A new instance of MessageParser.
- #message ⇒ Object
Constructor Details
#initialize(irc_message) ⇒ MessageParser
Returns a new instance of MessageParser.
7 8 9 |
# File 'lib/twitch/bot/message_parser.rb', line 7 def initialize() @irc_message = end |
Instance Method Details
#message ⇒ Object
11 12 13 |
# File 'lib/twitch/bot/message_parser.rb', line 11 def parse_command end |