class Twitch::Bot::Message::NotSupported
This class represents an event that is not supported.
Attributes
message[R]
Public Class Methods
new(message)
click to toggle source
# File lib/twitch/bot/message.rb, line 17 def initialize(message) @message = message @type = :not_supported end