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