Class: Twitch::Bot::Message::NotSupported
- Defined in:
- lib/twitch/bot/message.rb
Overview
This class represents an event that is not supported.
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Attributes inherited from Event
Instance Method Summary collapse
-
#initialize(message) ⇒ NotSupported
constructor
A new instance of NotSupported.
Constructor Details
#initialize(message) ⇒ NotSupported
17 18 19 20 |
# File 'lib/twitch/bot/message.rb', line 17 def initialize() = super(type: :not_supported) end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
15 16 17 |
# File 'lib/twitch/bot/message.rb', line 15 def end |