class LHC::Endpoint

def initialize(url, options = nil)

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

def initialize: (String url, ?nil options) -> void

This signature was generated using 26 samples from 3 applications.

def initialize(url, options = nil)
  self.url = url
  self.options = options
end