Class: Crawlora::SimilarWebGroup

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

Instance Method Summary collapse

Constructor Details

#initializeSimilarWebGroup

Returns a new instance of SimilarWebGroup.

Parameters:

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


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

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

Instance Method Details

#searchObject

Parameters:

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

Returns:

  • (Object)


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

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

#webObject

Parameters:

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

Returns:

  • (Object)


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

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