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