Class: Crawlora::MetaGroup
- Inherits:
-
Object
- Object
- Crawlora::MetaGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
-
#initialize ⇒ MetaGroup
constructor
A new instance of MetaGroup.
- #ping ⇒ Object
- #ready ⇒ Object
Constructor Details
#initialize ⇒ MetaGroup
Returns a new instance of MetaGroup.
354 |
# File 'sig/crawlora.rbs', line 354
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#ping ⇒ Object
355 |
# File 'sig/crawlora.rbs', line 355
def ping: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#ready ⇒ Object
356 |
# File 'sig/crawlora.rbs', line 356
def ready: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|