class HTTP::Retriable::Client

def initialize(performer, options)

Parameters:
  • options (HTTP::Options, Hash) --
  • performer (Performer) --
def initialize(performer, options)
  @performer = performer
  super(options)
end