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.
415 |
# File 'sig/crawlora.rbs', line 415
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#ping ⇒ Object
416 |
# File 'sig/crawlora.rbs', line 416
def ping: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#ready ⇒ Object
417 |
# File 'sig/crawlora.rbs', line 417
def ready: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|