Class: Crawlora::AccountDeletionGroup
- Inherits:
-
Object
- Object
- Crawlora::AccountDeletionGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #cancel ⇒ Object
-
#initialize ⇒ AccountDeletionGroup
constructor
A new instance of AccountDeletionGroup.
- #my_request ⇒ Object
- #request ⇒ Object
Constructor Details
#initialize ⇒ AccountDeletionGroup
Returns a new instance of AccountDeletionGroup.
1446 |
# File 'sig/crawlora.rbs', line 1446
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#cancel ⇒ Object
1447 |
# File 'sig/crawlora.rbs', line 1447
def cancel: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#my_request ⇒ Object
1448 |
# File 'sig/crawlora.rbs', line 1448
def my_request: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#request ⇒ Object
1449 |
# File 'sig/crawlora.rbs', line 1449
def request: (?request: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|