Class: PlatformAPI::EnterpriseAccountDailyUsage

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

Overview

Usage for an enterprise account at a daily resolution.

Instance Method Summary collapse

Constructor Details

#initialize(client) ⇒ EnterpriseAccountDailyUsage

Returns a new instance of EnterpriseAccountDailyUsage.



1779
1780
1781
# File 'lib/platform-api/client.rb', line 1779

def initialize(client)
  @client = client
end

Instance Method Details

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

Parameters:

  • enterprise_account_id:

    unique identifier of the enterprise account

  • body:

    the object to pass as the request payload



1788
1789
1790
# File 'lib/platform-api/client.rb', line 1788

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