lib/fog/rackspace/requests/queues/delete_claim.rb in fog-1.22.0 vs lib/fog/rackspace/requests/queues/delete_claim.rb in fog-1.22.1
- old
+ new
@@ -1,11 +1,9 @@
module Fog
module Rackspace
class Queues
-
class Real
-
# This operation immediately releases a claim, making any remaining, undeleted) messages that are associated with the claim available to other workers.
# Claims with malformed IDs or claims that are not found by ID are ignored.
#
# @param [String] queue_name Specifies the name of the queue.
# @param [String] claim_id Specifies the claim ID.
@@ -37,9 +35,8 @@
response = Excon::Response.new
response.status = 204
response
end
end
-
end
end
end