class Typhoeus::EasyFactory

def initialize(request, hydra = nil)

Experimental RBS support (using type sampling data from the type_fusion project).

def initialize: (Typhoeus::Request request, ?nil hydra) -> void

This signature was generated using 40 samples from 4 applications.

Parameters:
  • hydra (Hydra) -- The hydra to build an easy for.
  • request (Request) -- The request to build an easy for.

Other tags:
    Example: Create easy factory. -
def initialize(request, hydra = nil)
  @request = request
  @hydra = hydra
end