Sha256: 87cb63c8c0590d64cc9c5931d0eb77904b7cdcecd1e9ae56114fc95f83094d33

Contents?: true

Size: 313 Bytes

Versions: 5

Compression:

Stored size: 313 Bytes

Contents

require_relative "../request"

module Freno
  class Client
    module Requests
      class ReplicationDelay < Check

        protected

        def process_response(*)
          response = super
          response.body["Value"]
        end

        def verb
          :get
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
freno-client-0.8.1 lib/freno/client/requests/replication_delay.rb
freno-client-0.8.0 lib/freno/client/requests/replication_delay.rb
freno-client-0.7.0 lib/freno/client/requests/replication_delay.rb
freno-client-0.6.0 lib/freno/client/requests/replication_delay.rb
freno-client-0.4.0 lib/freno/client/requests/replication_delay.rb