Class: GoSquared
- Inherits:
-
Object
- Object
- GoSquared
- Defined in:
- lib/go_squared.rb,
lib/go_squared/trends.rb
Defined Under Namespace
Classes: Trends
Instance Method Summary collapse
-
#initialize(api_key, site_id) ⇒ GoSquared
constructor
A new instance of GoSquared.
- #trends ⇒ Object
Constructor Details
#initialize(api_key, site_id) ⇒ GoSquared
Returns a new instance of GoSquared.
12 13 14 15 |
# File 'lib/go_squared.rb', line 12 def initialize api_key, site_id @api_key = api_key @site_id = site_id end |