Class: InfluenceExplorer::Aggregates

Inherits:
Object
  • Object
show all
Defined in:
lib/influence_explorer/aggregates.rb

Instance Method Summary collapse

Constructor Details

#initialize(options) ⇒ Aggregates

Returns a new instance of Aggregates.



3
4
5
# File 'lib/influence_explorer/aggregates.rb', line 3

def initialize(options)
   @data = InfluenceExplorer.request('aggregates.json', options)
end