class Twitch::EntitlementGrantUrl

A URL that can be used to notify users of an entitlement.

Attributes

url[R]

The URL to upload an entitlement manifest. See the Twitch API documentation on how to use this.

Public Class Methods

new(attributes = {}) click to toggle source
# File lib/twitch/entitlement_grant_url.rb, line 8
def initialize(attributes = {})
  @url = attributes['url']
end