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


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

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)


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

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)


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

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