Module: AssayDepot

Extended by:
Configurable
Defined in:
lib/assaydepot.rb,
lib/assaydepot/ware.rb,
lib/assaydepot/model.rb,
lib/assaydepot/client.rb,
lib/assaydepot/version.rb,
lib/assaydepot/provider.rb,
lib/assaydepot/configurable.rb

Overview

Twitter.configure do |config|

config.consumer_key = YOUR_CONSUMER_KEY
config.consumer_secret = YOUR_CONSUMER_SECRET
config.oauth_token = YOUR_OAUTH_TOKEN
config.oauth_token_secret = YOUR_OAUTH_TOKEN_SECRET

end

Defined Under Namespace

Modules: Configurable, Model Classes: Client, Provider, Ware

Constant Summary collapse

VERSION =
"0.0.2"

Constants included from Configurable

Configurable::CONFIG_KEYS

Instance Method Summary collapse

Methods included from Configurable

configure, keys

Instance Method Details

#clientAssayDepot::Client

Delegate to a AssayDepot::Client

Returns:



23
24
25
# File 'lib/assaydepot.rb', line 23

def client
  AssayDepot::Client.new(options)
end