Class: Twitch::Bot::Client::StopEvent
- Defined in:
- lib/twitch/bot/client.rb
Overview
Represent the event triggered when quitting the client loop.
Instance Attribute Summary
Attributes inherited from Event
Instance Method Summary collapse
-
#initialize ⇒ StopEvent
constructor
A new instance of StopEvent.
Constructor Details
#initialize ⇒ StopEvent
Returns a new instance of StopEvent.
13 14 15 |
# File 'lib/twitch/bot/client.rb', line 13 def initialize super(type: :stop) end |