# 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