Sha256: e0caf3ea10f0b6bf0bf2341f7d897d4f4156419c8b09ef7e1383d5ab4d0908fb

Contents?: true

Size: 328 Bytes

Versions: 43

Compression:

Stored size: 328 Bytes

Contents

module Fog
  module Monitoring
    class OpenStack
      class Real
        def delete_notification_method(id)
          request(
            :expects => [204],
            :method  => 'DELETE',
            :path    => "notification-methods/#{id}"
          )
        end
      end

      class Mock
      end
    end
  end
end

Version data entries

43 entries across 41 versions & 3 rubygems

Version Path
fog-openstack-0.1.9 lib/fog/openstack/requests/monitoring/delete_notification_method.rb
fog-openstack-0.1.8 lib/fog/openstack/requests/monitoring/delete_notification_method.rb
fog-openstack-0.1.7 lib/fog/openstack/requests/monitoring/delete_notification_method.rb