Class: Lago::Api::Resources::GrossRevenue

Inherits:
Base
  • Object
show all
Defined in:
lib/lago/api/resources/gross_revenue.rb

Instance Attribute Summary

Attributes inherited from Base

#client

Instance Method Summary collapse

Methods inherited from Base

#create, #destroy, #get, #get_all, #initialize, #update, #whitelist_params

Constructor Details

This class inherits a constructor from Lago::Api::Resources::Base

Instance Method Details

#api_resourceObject



9
10
11
# File 'lib/lago/api/resources/gross_revenue.rb', line 9

def api_resource
  'analytics/gross_revenue'
end

#root_nameObject



13
14
15
# File 'lib/lago/api/resources/gross_revenue.rb', line 13

def root_name
  'gross_revenue'
end