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