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