Class: Fog::Monitoring::OpenStack::AlarmCounts

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

Instance Attribute Summary

Attributes inherited from OpenStack::Collection

#response

Instance Method Summary collapse

Methods inherited from OpenStack::Collection

#all, #destroy, #find_by_id, #load_response, #summary

Instance Method Details

#get(options = {}) ⇒ Object



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

def get(options = {})
  load_response(service.get_alarm_counts(options))
end