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.
46 |
# File 'sig/crawlora.rbs', line 46
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#me ⇒ Object
47 |
# File 'sig/crawlora.rbs', line 47
def me: (?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#me_checkout ⇒ Object
48 |
# File 'sig/crawlora.rbs', line 48
def me_checkout: (?request: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#me_events ⇒ Object
49 |
# File 'sig/crawlora.rbs', line 49
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
51 |
# File 'sig/crawlora.rbs', line 51
def me_period: (?period_key: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#me_period_statement ⇒ Object
52 |
# File 'sig/crawlora.rbs', line 52
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
53 |
# File 'sig/crawlora.rbs', line 53
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
50 |
# File 'sig/crawlora.rbs', line 50
def me_periods: (?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#me_portal ⇒ Object
54 |
# File 'sig/crawlora.rbs', line 54
def me_portal: (?request: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|