Sha256: c9711da723d0f60ab6527b3831e4968467eb162f173eba429430b446f30e4d48

Contents?: true

Size: 324 Bytes

Versions: 4

Compression:

Stored size: 324 Bytes

Contents

module Fog
  module Monitoring
    class HuaweiCloud
      class Real
        def get_notification_method(id)
          request(
            :expects => [200],
            :method  => 'GET',
            :path    => "notification-methods/#{id}"
          )
        end
      end

      class Mock
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fog-huaweicloud-0.0.3 lib/fog/monitoring/huaweicloud/requests/get_notification_method.rb
fog-huaweicloud-0.0.2 lib/fog/monitoring/huaweicloud/requests/get_notification_method.rb
fog-huaweicloud-0.1.3 lib/fog/monitoring/huaweicloud/requests/get_notification_method.rb
fog-huaweicloud-0.1.2 lib/fog/monitoring/huaweicloud/requests/get_notification_method.rb