Class: Crawlora::ImportYetiGroup

Inherits:
Object
  • Object
show all
Defined in:
sig/crawlora.rbs

Instance Method Summary collapse

Constructor Details

#initializeImportYetiGroup

Returns a new instance of ImportYetiGroup.

Parameters:

  • (Client)
  • (Hash[String, String])


555
# File 'sig/crawlora.rbs', line 555

def initialize: (Client, Hash[String, String]) -> void

Instance Method Details

#importyeti_companyObject

Parameters:

  • slug: (String)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


556
# File 'sig/crawlora.rbs', line 556

def importyeti_company: (?slug: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped

#importyeti_searchObject

Parameters:

  • q: (String)
  • page: (Integer)
  • _response_type: ("auto", "json", "text", "stream")
  • _timeout: (Float)
  • _headers: (Hash[String, String])
  • (Object)

Returns:

  • (Object)


557
# File 'sig/crawlora.rbs', line 557

def importyeti_search: (?q: String, ?page: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped