Method: Fog::OpenStack::Monitoring::NotificationMethod#patch
- Defined in:
- lib/fog/openstack/monitoring/models/notification_method.rb
#patch(attr = nil) ⇒ Object
29 30 31 32 33 |
# File 'lib/fog/openstack/monitoring/models/notification_method.rb', line 29 def patch(attr = nil) merge_attributes( service.patch_notification_method(id, attr || attributes).body ) end |