Module: BWAPI::Client::Aggregates

Included in:
BWAPI::Client
Defined in:
lib/bwapi/client/aggregates.rb

Overview

Aggregates module for aggregates endpoints

Instance Method Summary collapse

Instance Method Details

#aggregatesArray

Get the list of current aggregate dimensions

Returns:

  • (Array)

    All aggregates



8
9
10
# File 'lib/bwapi/client/aggregates.rb', line 8

def aggregates
  get 'aggregates'
end