Skip to content

Commit

Permalink
add the ability to set user_agent and proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
spurton committed May 2, 2014
1 parent 0691a62 commit e72185e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/twitter/client.rb
Expand Up @@ -7,7 +7,7 @@
module Twitter
class Client
include Twitter::Utils
attr_accessor :access_token, :access_token_secret, :consumer_key, :consumer_secret
attr_accessor :access_token, :access_token_secret, :consumer_key, :consumer_secret, :user_agent, :proxy
deprecate_alias :oauth_token, :access_token
deprecate_alias :oauth_token=, :access_token=
deprecate_alias :oauth_token_secret, :access_token_secret
Expand Down

0 comments on commit e72185e

Please sign in to comment.