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
- #me_rejections ⇒ Object
- #me_subscription_change ⇒ Object
- #me_subscription_change_cancel ⇒ Object
- #me_subscription_preview ⇒ Object
Constructor Details
#initialize ⇒ BillingGroup
Returns a new instance of BillingGroup.
180 |
# File 'sig/crawlora.rbs', line 180
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#me ⇒ Object
181 |
# File 'sig/crawlora.rbs', line 181
def me: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#me_checkout ⇒ Object
182 |
# File 'sig/crawlora.rbs', line 182
def me_checkout: (?request: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#me_events ⇒ Object
183 |
# File 'sig/crawlora.rbs', line 183
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
185 |
# File 'sig/crawlora.rbs', line 185
def me_period: (?period_key: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#me_period_statement ⇒ Object
186 |
# File 'sig/crawlora.rbs', line 186
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
187 |
# File 'sig/crawlora.rbs', line 187
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
184 |
# File 'sig/crawlora.rbs', line 184
def me_periods: (?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#me_portal ⇒ Object
188 |
# File 'sig/crawlora.rbs', line 188
def me_portal: (?request: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#me_rejections ⇒ Object
189 |
# File 'sig/crawlora.rbs', line 189
def me_rejections: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#me_subscription_change ⇒ Object
190 |
# File 'sig/crawlora.rbs', line 190
def me_subscription_change: (?request: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#me_subscription_change_cancel ⇒ Object
191 |
# File 'sig/crawlora.rbs', line 191
def me_subscription_change_cancel: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#me_subscription_preview ⇒ Object
192 |
# File 'sig/crawlora.rbs', line 192
def me_subscription_preview: (?request: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|