Module: Twitch

Defined in:
lib/twitch.rb,
lib/twitch/client.rb,
lib/twitch/request.rb,
lib/twitch/version.rb,
lib/twitch/adapters.rb,
lib/twitch/adapters/base_adapter.rb,
lib/twitch/adapters/httparty_adapter.rb

Defined Under Namespace

Modules: Adapters, Request, VERSION Classes: Client

Class Method Summary collapse

Class Method Details

.new(options = {}) ⇒ Object



7
8
9
# File 'lib/twitch.rb', line 7

def self.new(options={})
  Twitch::Client.new(options)
end