module RetriableProxy

Constants

VERSION

Public Class Methods

for_object(object, retriable_opts={}) click to toggle source
# File lib/retriable_proxy.rb, line 51
def self.for_object(object, retriable_opts={})
  Wrapper.new(object, retriable_opts)
end