class Fog::OpenStack::Monitoring::AlarmCounts

Public Instance Methods

get(options = {}) click to toggle source
# File lib/fog/openstack/monitoring/models/alarm_counts.rb, line 10
def get(options = {})
  load_response(service.get_alarm_counts(options))
end