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