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