class Twitch::Bot::Client::StopEvent

Represent the event triggered when quitting the client loop.

Public Class Methods

new() click to toggle source
# File lib/twitch/bot/client.rb, line 13
def initialize
  @type = :stop
end