class AcidicJob::Response
Public Instance Methods
call(key:)
click to toggle source
# File lib/acidic_job/response.rb, line 8 def call(key:) key.update!( locked_at: nil, recovery_point: Key::RECOVERY_POINT_FINISHED ) end