class Ethon::Easy::Params

def initialize(easy, params)

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

def initialize: (Ethon::Easy easy, nil params) -> void

This signature was generated using 38 samples from 2 applications.

Returns:
  • (Params) - A new Params.

Parameters:
  • params (Hash) -- The params to use.

Other tags:
    Example: Create a new Params. -
def initialize(easy, params)
  @easy = easy
  @params = params || {}
end