Sha256: 5d3f7c7d57ee2bb57ee13c492f10638026c1ecb8f090e4db3a2af0bfcf2db27c
Contents?: true
Size: 323 Bytes
Versions: 3
Compression:
Stored size: 323 Bytes
Contents
module Twitch # A URL that can be used to notify users of an entitlement. class EntitlementGrantUrl # The URL to upload an entitlement manifest. # See the Twitch API documentation on how to use this. attr_reader :url def initialize(attributes = {}) @url = attributes['url'] end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
twitch-api-0.4.0 | lib/twitch/entitlement_grant_url.rb |
twitch-api-0.3.0 | lib/twitch/entitlement_grant_url.rb |
twitch-api-0.2.0 | lib/twitch/entitlement_grant_url.rb |