Class: Fog::Monitoring::OpenStack::Statistics

Inherits:
OpenStack::Collection show all
Defined in:
lib/fog/monitoring/openstack/models/statistics.rb

Instance Attribute Summary

Attributes inherited from OpenStack::Collection

#response

Instance Method Summary collapse

Methods inherited from OpenStack::Collection

#destroy, #find_by_id, #get, #load_response, #summary

Instance Method Details

#all(options = {}) ⇒ Object



10
11
12
# File 'lib/fog/monitoring/openstack/models/statistics.rb', line 10

def all(options = {})
  load_response(service.list_statistics(options), 'elements')
end