Class: Twitch::Bot::Client::StopEvent

Inherits:
Event
  • Object
show all
Defined in:
lib/twitch/bot/client.rb

Overview

Represent the event triggered when quitting the client loop.

Instance Attribute Summary

Attributes inherited from Event

#type

Instance Method Summary collapse

Constructor Details

#initializeStopEvent

Returns a new instance of StopEvent.



13
14
15
# File 'lib/twitch/bot/client.rb', line 13

def initialize
  super(type: :stop)
end