Class: Crawlora::UserGroup
- Inherits:
-
Object
- Object
- Crawlora::UserGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
-
#initialize ⇒ UserGroup
constructor
A new instance of UserGroup.
- #me ⇒ Object
- #me_api_keys ⇒ Object
- #me_api_keys_reveal ⇒ Object
- #me_api_keys_rotate ⇒ Object
Constructor Details
#initialize ⇒ UserGroup
Returns a new instance of UserGroup.
1051 |
# File 'sig/crawlora.rbs', line 1051
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#me ⇒ Object
1052 |
# File 'sig/crawlora.rbs', line 1052
def me: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#me_api_keys ⇒ Object
1053 |
# File 'sig/crawlora.rbs', line 1053
def me_api_keys: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#me_api_keys_reveal ⇒ Object
1055 |
# File 'sig/crawlora.rbs', line 1055
def me_api_keys_reveal: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#me_api_keys_rotate ⇒ Object
1054 |
# File 'sig/crawlora.rbs', line 1054
def me_api_keys_rotate: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|