Class: Gobbler::Dashboard
Instance Attribute Summary
Attributes inherited from Base
Class Method Summary collapse
-
.get ⇒ Dashboard
Metrics for your account.
Methods inherited from Base
Constructor Details
This class inherits a constructor from Gobbler::Base
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Gobbler::Base
Class Method Details
.get ⇒ Dashboard
Returns Metrics for your account.
10 11 12 |
# File 'lib/gobbler/dashboard.rb', line 10 def self.get new(::Gobbler.request "account/dashboard.json") end |