Method: Fog::OpenStack::Monitoring::NotificationMethod#destroy

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

#destroyObject



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

def destroy
  requires :id
  service.delete_notification_method(id)
  true
end