Delegate to a Twitter::Client
@return [Twitter::Client]
# File lib/twitter.rb, line 41 def client @client = Twitter::Client.new(options) unless defined?(@client) && @client.hash == options.hash @client end
Has a client been initialized on the Twitter module
@return [Boolean]
# File lib/twitter.rb, line 49 def client? !!@client end
Generated with the Darkfish Rdoc Generator 2.