Class: Lago::Api::Resources::InvoicedUsage
- Defined in:
- lib/lago/api/resources/invoiced_usage.rb
Instance Attribute Summary
Attributes inherited from Base
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_resource ⇒ Object
9 10 11 |
# File 'lib/lago/api/resources/invoiced_usage.rb', line 9 def api_resource 'analytics/invoiced_usage' end |
#root_name ⇒ Object
13 14 15 |
# File 'lib/lago/api/resources/invoiced_usage.rb', line 13 def root_name 'invoiced_usage' end |