Class: Twitch::Bot::Message::Join
- Defined in:
- lib/twitch/bot/message.rb
Overview
This class stores the details of a Join event.
Instance Attribute Summary
Attributes inherited from Event
Instance Method Summary collapse
-
#initialize ⇒ Join
constructor
A new instance of Join.
Constructor Details
#initialize ⇒ Join
Returns a new instance of Join.
53 54 55 |
# File 'lib/twitch/bot/message.rb', line 53 def initialize super(type: :join) end |