Class: Twitter::REST::Client
- Inherits:
-
Object
- Object
- Twitter::REST::Client
- Defined in:
- lib/twitter/config.rb
Class Method Summary collapse
Class Method Details
.from_config(username, options = {}) ⇒ Object
42 43 44 45 |
# File 'lib/twitter/config.rb', line 42 def self.from_config(username, = {}) trc_config = Twitter::Config::YAMLConfig.for_user username, self.new(trc_config) end |