Class: Crawlora::MetaGroup

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

Instance Method Summary collapse

Constructor Details

#initializeMetaGroup

Returns a new instance of MetaGroup.

Parameters:

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


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

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

Instance Method Details

#pingObject

Parameters:

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

Returns:

  • (Object)


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

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

#readyObject

Parameters:

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

Returns:

  • (Object)


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

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