Module: Putio

Extended by:
Forwardable, Configurable
Defined in:
lib/putio-rb.rb,
lib/putio/client.rb,
lib/putio/version.rb,
lib/putio/defaults.rb,
lib/putio/connection.rb,
lib/putio/client/files.rb,
lib/putio/configurable.rb,
lib/putio/resource/file.rb,
lib/putio/client/transfers.rb,
lib/putio/resource/transfer.rb

Defined Under Namespace

Modules: Configurable, Defaults, Resource Classes: Client, Connection

Constant Summary collapse

VERSION =
'0.0.2'

Instance Attribute Summary

Attributes included from Configurable

#access_token, #api_endpoint, #api_version, #default_headers, #user_agent

Class Method Summary collapse

Methods included from Configurable

configure, keys, options, reset!

Class Method Details

.clientObject



16
17
18
# File 'lib/putio-rb.rb', line 16

def client
  @client ||= Client.new(options)
end