module BWAPI::Client::Aggregates
Aggregates
module for aggregates endpoints
Public Instance Methods
aggregates()
click to toggle source
Get the list of current aggregate dimensions
@return [Array] All aggregates
# File lib/bwapi/client/aggregates.rb, line 8 def aggregates get 'aggregates' end