module Twitch

Constants

VERSION

Attributes

client[R]

Public Class Methods

access_details(client_id, access_token=nil) click to toggle source
# File lib/twitch.rb, line 27
def access_details(client_id, access_token=nil)
  @client = Client.new(client_id, access_token)
  # @client.access_token = access_token if access_token
end