Class: Fog::OpenStack::Monitoring::AlarmCounts
- Inherits:
-
Collection
- Object
- Collection
- Collection
- Fog::OpenStack::Monitoring::AlarmCounts
- Defined in:
- lib/fog/openstack/monitoring/models/alarm_counts.rb
Instance Attribute Summary
Attributes inherited from Collection
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( = {}) load_response(service.get_alarm_counts()) end |