Object
# File lib/twitter/trends.rb, line 8 8: def self.api_endpoint 9: @api_endpoint ||= "search.twitter.com/trends" 10: end
# File lib/twitter/trends.rb, line 12 12: def self.api_endpoint=(value) 13: @api_endpoint = value 14: end
# File lib/twitter/trends.rb, line 33 33: def self.available(query={}) 34: #checking for api_endpoint in local_trends 35: LocalTrends.available(query) 36: end
:exclude => ‘hashtags’ to exclude hashtags
# File lib/twitter/trends.rb, line 17 17: def self.current(options={}) 18: get("/current.json", :query => options) 19: end
:exclude => ‘hashtags’ to exclude hashtags :date => yyyy-mm-dd for specific date
# File lib/twitter/trends.rb, line 23 23: def self.daily(options={}) 24: get("/daily.json", :query => options) 25: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.