Class: Twitterland::FollowCost
- Inherits:
-
Object
- Object
- Twitterland::FollowCost
- Includes:
- HTTParty
- Defined in:
- lib/twitterland/follow_cost.rb
Class Method Summary collapse
-
.show(username) ⇒ Object
Get follow cost for specified user.
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 |