Method: Fog::OpenStack::Monitoring::Alarms#destroy
- Defined in:
- lib/fog/openstack/monitoring/models/alarms.rb
#destroy(id) ⇒ Object
23 24 25 26 |
# File 'lib/fog/openstack/monitoring/models/alarms.rb', line 23 def destroy(id) alarm = find_by_id(id) alarm.destroy end |