Class: PlatformAPI::EnterpriseAccountMonthlyUsage

Inherits:
Object
  • Object
show all
Defined in:
lib/platform-api/client.rb

Overview

Usage for an enterprise account at a monthly resolution.

Instance Method Summary collapse

Constructor Details

#initialize(client) ⇒ EnterpriseAccountMonthlyUsage

Returns a new instance of EnterpriseAccountMonthlyUsage.



2676
2677
2678
# File 'lib/platform-api/client.rb', line 2676

def initialize(client)
  @client = client
end

Instance Method Details

#info(enterprise_account_id, body = {}) ⇒ Object



2691
2692
2693
# File 'lib/platform-api/client.rb', line 2691

def info(, body = {})
  @client..info(, body)
end