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])


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

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)


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

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)


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

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