Class: Crawlora::MonitorsGroup
- Inherits:
-
Object
- Object
- Crawlora::MonitorsGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #checks ⇒ Object
- #create ⇒ Object
- #delete ⇒ Object
- #get ⇒ Object
-
#initialize ⇒ MonitorsGroup
constructor
A new instance of MonitorsGroup.
- #list ⇒ Object
- #update ⇒ Object
Constructor Details
#initialize ⇒ MonitorsGroup
Returns a new instance of MonitorsGroup.
1146 |
# File 'sig/crawlora.rbs', line 1146
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#checks ⇒ Object
1152 |
# File 'sig/crawlora.rbs', line 1152
def checks: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#create ⇒ Object
1148 |
# File 'sig/crawlora.rbs', line 1148
def create: (?request: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#delete ⇒ Object
1149 |
# File 'sig/crawlora.rbs', line 1149
def delete: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#get ⇒ Object
1150 |
# File 'sig/crawlora.rbs', line 1150
def get: (?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#list ⇒ Object
1147 |
# File 'sig/crawlora.rbs', line 1147
def list: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#update ⇒ Object
1151 |
# File 'sig/crawlora.rbs', line 1151
def update: (?id: String, ?request: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|