Sha256: 22f43bd18f1f68774ea4268b75bcf1f7685f7c2105d051251684b2593e22803a

Contents?: true

Size: 197 Bytes

Versions: 8

Compression:

Stored size: 197 Bytes

Contents

module Twitterland
  class FollowCost
    include HTTParty
    base_uri 'followcost.com'
    format :json
  
    def self.show(username)
      Mash.new get("/#{username}.json")
    end
  
  end
end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
squeejee-twitterland-0.0.1 lib/twitterland/follow_cost.rb
squeejee-twitterland-0.0.2 lib/twitterland/follow_cost.rb
squeejee-twitterland-0.1.1 lib/twitterland/follow_cost.rb
twitterland-0.1.0 lib/twitterland/follow_cost.rb
twitterland-0.1.1 lib/twitterland/follow_cost.rb
twitterland-0.0.1 lib/twitterland/follow_cost.rb
twitterland-0.0.2 lib/twitterland/follow_cost.rb
twitterland-0.0.3 lib/twitterland/follow_cost.rb