Class: Crawlora::WebGroup
- Inherits:
-
Object
- Object
- Crawlora::WebGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #antibot_check ⇒ Object
- #contact ⇒ Object
- #extract ⇒ Object
-
#initialize ⇒ WebGroup
constructor
A new instance of WebGroup.
- #scrape ⇒ Object
- #techstack ⇒ Object
Constructor Details
#initialize ⇒ WebGroup
Returns a new instance of WebGroup.
170 |
# File 'sig/crawlora.rbs', line 170
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#antibot_check ⇒ Object
172 |
# File 'sig/crawlora.rbs', line 172
def antibot_check: (?request: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#contact ⇒ Object
171 |
# File 'sig/crawlora.rbs', line 171
def contact: (?option: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#extract ⇒ Object
173 |
# File 'sig/crawlora.rbs', line 173
def extract: (?extractOption: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#scrape ⇒ Object
174 |
# File 'sig/crawlora.rbs', line 174
def scrape: (?scrapeOption: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#techstack ⇒ Object
175 |
# File 'sig/crawlora.rbs', line 175
def techstack: (?request: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|