Class: PlatformAPI::EnterpriseAccountMonthlyUsage
- Inherits:
-
Object
- Object
- PlatformAPI::EnterpriseAccountMonthlyUsage
- Defined in:
- lib/platform-api/client.rb
Overview
Usage for an enterprise account at a monthly resolution.
Instance Method Summary collapse
- #info(enterprise_account_id, body = {}) ⇒ Object
-
#initialize(client) ⇒ EnterpriseAccountMonthlyUsage
constructor
A new instance of EnterpriseAccountMonthlyUsage.
Constructor Details
#initialize(client) ⇒ EnterpriseAccountMonthlyUsage
Returns a new instance of EnterpriseAccountMonthlyUsage.
1860 1861 1862 |
# File 'lib/platform-api/client.rb', line 1860 def initialize(client) @client = client end |
Instance Method Details
#info(enterprise_account_id, body = {}) ⇒ Object
1869 1870 1871 |
# File 'lib/platform-api/client.rb', line 1869 def info(enterprise_account_id, body = {}) @client.enterprise_account_monthly_usage.info(enterprise_account_id, body) end |