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