Class: Crawlora::BrandGroup
- Inherits:
-
Object
- Object
- Crawlora::BrandGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
-
#initialize ⇒ BrandGroup
constructor
A new instance of BrandGroup.
- #retrieve ⇒ Object
Constructor Details
#initialize ⇒ BrandGroup
Returns a new instance of BrandGroup.
92 |
# File 'sig/crawlora.rbs', line 92
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#retrieve ⇒ Object
93 |
# File 'sig/crawlora.rbs', line 93
def retrieve: (?domain: String, ?force_language: String, ?maxSpeed: bool, ?maxAgeMs: Integer, ?timeoutMS: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|