Class: Crawlora::BillingGroup
- Inherits:
-
Object
- Object
- Crawlora::BillingGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
-
#initialize ⇒ BillingGroup
constructor
A new instance of BillingGroup.
- #me ⇒ Object
- #me_checkout ⇒ Object
- #me_events ⇒ Object
- #me_period ⇒ Object
- #me_period_statement ⇒ Object
- #me_period_statement_download ⇒ Object
- #me_periods ⇒ Object
- #me_portal ⇒ Object
Constructor Details
#initialize ⇒ BillingGroup
Returns a new instance of BillingGroup.
95 |
# File 'sig/crawlora.rbs', line 95
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#me ⇒ Object
96 |
# File 'sig/crawlora.rbs', line 96
def me: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#me_checkout ⇒ Object
97 |
# File 'sig/crawlora.rbs', line 97
def me_checkout: (?request: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#me_events ⇒ Object
98 |
# File 'sig/crawlora.rbs', line 98
def me_events: (?limit: Integer, ?from: String, ?to: String, ?endpoint: String, ?request_id: String, ?event_status: "reserved" | "charged" | "non_billable" | "failed", ?billable: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#me_period ⇒ Object
100 |
# File 'sig/crawlora.rbs', line 100
def me_period: (?period_key: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#me_period_statement ⇒ Object
101 |
# File 'sig/crawlora.rbs', line 101
def me_period_statement: (?period_key: String, ?include_events: bool, ?event_limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#me_period_statement_download ⇒ Object
102 |
# File 'sig/crawlora.rbs', line 102
def me_period_statement_download: (?period_key: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#me_periods ⇒ Object
99 |
# File 'sig/crawlora.rbs', line 99
def me_periods: (?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#me_portal ⇒ Object
103 |
# File 'sig/crawlora.rbs', line 103
def me_portal: (?request: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|