Class: Fog::OpenStack::Metric::Metrics
- Inherits:
-
Collection
- Object
- Collection
- Collection
- Fog::OpenStack::Metric::Metrics
- Defined in:
- lib/fog/openstack/metric/models/metrics.rb
Instance Attribute Summary
Attributes inherited from Collection
Instance Method Summary collapse
- #all(options = {}) ⇒ Object
- #find_by_id(metric_id) ⇒ Object
- #find_measures_by_id(metric_id, options = {}) ⇒ Object
Methods inherited from Collection
#destroy, #get, #load_response, #summary
Instance Method Details
#all(options = {}) ⇒ Object
11 12 13 |
# File 'lib/fog/openstack/metric/models/metrics.rb', line 11 def all( = {}) load_response(service.list_metrics()) end |