Class: Postscale::Resources::Usage

Inherits:
Resource
  • Object
show all
Defined in:
lib/postscale/resources/usage.rb

Instance Method Summary collapse

Methods inherited from Resource

#initialize

Constructor Details

This class inherits a constructor from Postscale::Resources::Resource

Instance Method Details

#summaryObject



6
7
8
# File 'lib/postscale/resources/usage.rb', line 6

def summary
  @http.get("/v1/usage/summary")
end