module GoldTweets
Constants
- Search
- Tweet
Reflects interesting data returned by the API
Public Class Methods
get_tweets(criteria)
click to toggle source
Convenience method, identical to calling GoldTweets::Client.get_tweets
# File lib/goldtweets.rb, line 7 def self.get_tweets(criteria) ::GoldTweets::Client.get_tweets(criteria) end