Sha256: 4cde75e2b62d9d103487fa7f081590689b57ae7dfa5559324db2939f488c9d31

Contents?: true

Size: 397 Bytes

Versions: 21

Compression:

Stored size: 397 Bytes

Contents

module Fog
  module OpenStack
    class Monitoring
      class Real
        def update_notification_method(id, notification)
          request(
            :expects => [200],
            :method  => 'PATCH',
            :path    => "notification-methods/#{id}",
            :body    => Fog::JSON.encode(notification)
          )
        end
      end

      class Mock
      end
    end
  end
end

Version data entries

21 entries across 21 versions & 3 rubygems

Version Path
fog-openstack-1.1.4 lib/fog/openstack/monitoring/requests/patch_notification_method.rb
fog-openstack-1.1.3 lib/fog/openstack/monitoring/requests/patch_notification_method.rb
fog-openstack-1.1.2 lib/fog/openstack/monitoring/requests/patch_notification_method.rb
fog-openstack-fork-99 lib/fog/openstack/monitoring/requests/patch_notification_method.rb
fog-openstack-1.1.0 lib/fog/openstack/monitoring/requests/patch_notification_method.rb
fog-openstack-1.1.0.pre lib/fog/openstack/monitoring/requests/patch_notification_method.rb
fog-openstack-apibank-1.0.102 lib/fog/openstack/monitoring/requests/patch_notification_method.rb
fog-openstack-1.0.11 lib/fog/openstack/monitoring/requests/patch_notification_method.rb
fog-openstack-apibank-1.0.101 lib/fog/openstack/monitoring/requests/patch_notification_method.rb
fog-openstack-1.0.10 lib/fog/openstack/monitoring/requests/patch_notification_method.rb
fog-openstack-1.0.9 lib/fog/openstack/monitoring/requests/patch_notification_method.rb
fog-openstack-1.0.8 lib/fog/openstack/monitoring/requests/patch_notification_method.rb
fog-openstack-1.0.7 lib/fog/openstack/monitoring/requests/patch_notification_method.rb
fog-openstack-1.0.6 lib/fog/openstack/monitoring/requests/patch_notification_method.rb
fog-openstack-1.0.5 lib/fog/openstack/monitoring/requests/patch_notification_method.rb
fog-openstack-1.0.4 lib/fog/openstack/monitoring/requests/patch_notification_method.rb
fog-openstack-1.0.3 lib/fog/openstack/monitoring/requests/patch_notification_method.rb
fog-openstack-1.0.2 lib/fog/openstack/monitoring/requests/patch_notification_method.rb
fog-openstack-1.0.1 lib/fog/openstack/monitoring/requests/patch_notification_method.rb
fog-openstack-1.0.0 lib/fog/openstack/monitoring/requests/patch_notification_method.rb