Class: Twitterland::FollowCost

Inherits:
Object
  • Object
show all
Includes:
HTTParty
Defined in:
lib/twitterland/follow_cost.rb

Class Method Summary collapse

Class Method Details

.show(username) ⇒ Object

Get follow cost for specified user

Twitterland::FollowCost.show('bradleyjoyce')


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

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