Class: Fog::Joyent::Analytics::Metrics
- Inherits:
-
Collection
- Object
- Collection
- Fog::Joyent::Analytics::Metrics
- Defined in:
- lib/fog/joyent/models/analytics/metrics.rb
Instance Method Summary collapse
Instance Method Details
#all ⇒ Object
9 10 11 12 |
# File 'lib/fog/joyent/models/analytics/metrics.rb', line 9 def all data = service.describe_analytics.body['metrics'] load(data) end |