Class: Twitterland::Autoff
- Inherits:
-
Object
- Object
- Twitterland::Autoff
- Includes:
- HTTParty
- Defined in:
- lib/twitterland/autoff.rb
Class Method Summary (collapse)
Class Method Details
+ (Object) user(username)
7 8 9 |
# File 'lib/twitterland/autoff.rb', line 7 def self.user(username) get("/#{username}").map{|u| u.gsub('@', '')} end |