Method: Twitterland::TweetBlocker.user

Defined in:
lib/twitterland/tweet_blocker.rb

.user(username) ⇒ Object

Get grade for user

Twitterland::TweetBlocker.user('bradleyjoyce')


10
11
12
# File 'lib/twitterland/tweet_blocker.rb', line 10

def self.user(username)
  Mash.new(self.get("/username/#{username}.json")).user
end