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

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

Instance Attribute Summary

Attributes inherited from Collection

#response

Instance Method Summary collapse

Methods inherited from Collection

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

Instance Method Details

#get(options = {}) ⇒ Object



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

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