Method: Fog::OpenStack::Monitoring::NotificationMethods#destroy

Defined in:
lib/fog/openstack/monitoring/models/notification_methods.rb

#destroy(id) ⇒ Object



35
36
37
38
# File 'lib/fog/openstack/monitoring/models/notification_methods.rb', line 35

def destroy(id)
  notification_method = find_by_id(id)
  notification_method.destroy
end