Method: ChartMogul::Metrics.all
- Defined in:
- lib/chartmogul/metrics/base.rb
.all(options = {}) ⇒ Object
5 6 7 |
# File 'lib/chartmogul/metrics/base.rb', line 5 def self.all( = {}) ChartMogul::Metrics::AllKeyMetrics.all(preprocess_params()) end |