Class: Twitch::Bot::SlowModeParser
- Inherits:
-
CommandParser
- Object
- CommandParser
- Twitch::Bot::SlowModeParser
- Defined in:
- lib/twitch/bot/message_parser.rb
Instance Attribute Summary
Attributes inherited from CommandParser
Instance Method Summary collapse
Methods inherited from CommandParser
Constructor Details
This class inherits a constructor from Twitch::Bot::CommandParser
Instance Method Details
#call ⇒ Object
121 122 123 124 125 126 |
# File 'lib/twitch/bot/message_parser.rb', line 121 def call Message::SlowMode.new( status: .["slow"], channel: .channel, ) end |