Class: TwitterTweetBot::Client

Inherits:
Object
  • Object
show all
Includes:
TwitterTweetBot::Cache::ClientExt, API, Entity
Defined in:
lib/twitter_tweet_bot/client.rb,
lib/twitter_tweet_bot/client/api.rb,
lib/twitter_tweet_bot/client/entity.rb

Defined Under Namespace

Modules: API, Entity

Instance Method Summary collapse

Methods included from Entity

#authorize, #fetch_token, #post_tweet, #refresh_token, #users_me

Methods included from API

#authorize, #fetch_token, #post_tweet, #refresh_token, #users_me

Methods included from TwitterTweetBot::Cache::ClientExt

#authorize, #fetch_token, #post_tweet, #refresh_token, #users_me

Methods included from TwitterTweetBot::Cache::Caching

#cache, #with_cache

Constructor Details

#initialize(config) ⇒ Client

Returns a new instance of Client.



9
10
11
# File 'lib/twitter_tweet_bot/client.rb', line 9

def initialize(config)
  @config = config
end