Class: Crawlora::UsageGroup
- Inherits:
-
Object
- Object
- Crawlora::UsageGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
-
#initialize ⇒ UsageGroup
constructor
A new instance of UsageGroup.
- #me_endpoints ⇒ Object
- #me_overview ⇒ Object
- #me_recent_ips ⇒ Object
- #me_timeseries ⇒ Object
Constructor Details
#initialize ⇒ UsageGroup
Returns a new instance of UsageGroup.
623 |
# File 'sig/crawlora.rbs', line 623
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#me_endpoints ⇒ Object
624 |
# File 'sig/crawlora.rbs', line 624
def me_endpoints: (?range: "period" | "day" | "week" | "month" | "custom", ?limit: Integer, ?from: String, ?to: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#me_overview ⇒ Object
625 |
# File 'sig/crawlora.rbs', line 625
def me_overview: (?range: "period" | "day" | "week" | "month" | "custom", ?from: String, ?to: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#me_recent_ips ⇒ Object
626 |
# File 'sig/crawlora.rbs', line 626
def me_recent_ips: (?range: "period" | "day" | "week" | "month" | "custom", ?limit: Integer, ?from: String, ?to: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#me_timeseries ⇒ Object
627 |
# File 'sig/crawlora.rbs', line 627
def me_timeseries: (?range: "period" | "day" | "week" | "month" | "custom", ?bucket: "hour" | "day", ?endpoint: String, ?from: String, ?to: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|