lib/freno/client/requests/replication_delay.rb in freno-client-0.8.1 vs lib/freno/client/requests/replication_delay.rb in freno-client-0.8.2
- old
+ new
@@ -1,11 +1,12 @@
+# frozen_string_literal: true
+
require_relative "../request"
module Freno
class Client
module Requests
class ReplicationDelay < Check
-
protected
def process_response(*)
response = super
response.body["Value"]