# File lib/fog/monitoring/openstack/models/notification_method.rb, line 22
        def update(attr = nil)
          requires :name, :type, :address
          merge_attributes(
            service.put_notification_method(id, attr || attributes).body
          )
        end