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