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.
62 |
# File 'sig/crawlora.rbs', line 62
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#me ⇒ Object
63 |
# File 'sig/crawlora.rbs', line 63
def me: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#me_checkout ⇒ Object
64 |
# File 'sig/crawlora.rbs', line 64
def me_checkout: (?request: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#me_events ⇒ Object
65 |
# File 'sig/crawlora.rbs', line 65
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
67 |
# File 'sig/crawlora.rbs', line 67
def me_period: (?period_key: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#me_period_statement ⇒ Object
68 |
# File 'sig/crawlora.rbs', line 68
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
69 |
# File 'sig/crawlora.rbs', line 69
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
66 |
# File 'sig/crawlora.rbs', line 66
def me_periods: (?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#me_portal ⇒ Object
70 |
# File 'sig/crawlora.rbs', line 70
def me_portal: (?request: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|