class Twitch::Bot::Message::Subscription

This class stores the details of a Subscription event.

Attributes

user[R]

Public Class Methods

new(user:) click to toggle source
# File lib/twitch/bot/message.rb, line 62
def initialize(user:)
  @user = user
  @type = :subscription
end