Class: Twitch::Bot::Message::Base

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

Overview

This class is the abstract base class for IRC events.

Instance Attribute Summary

Attributes inherited from Event

#type

Instance Method Summary collapse

Constructor Details

#initialize(type: :unknown) ⇒ Base

Returns a new instance of Base.



8
9
10
# File 'lib/twitch/bot/message.rb', line 8

def initialize(type: :unknown)
  super(type: type)
end