Class: Fog::Monitoring::OpenStack::Measurements
- Inherits:
-
OpenStack::Collection
- Object
- Collection
- OpenStack::Collection
- Fog::Monitoring::OpenStack::Measurements
- Defined in:
- lib/fog/monitoring/openstack/models/measurements.rb
Instance Attribute Summary
Attributes inherited from OpenStack::Collection
Instance Method Summary collapse
Methods inherited from OpenStack::Collection
#all, #destroy, #find_by_id, #get, #load_response, #summary
Instance Method Details
#find(options = {}) ⇒ Object
10 11 12 |
# File 'lib/fog/monitoring/openstack/models/measurements.rb', line 10 def find( = {}) load_response(service.find_measurements(), 'elements') end |