Class: Gobbler::Dashboard

Inherits:
Base
  • Object
show all
Defined in:
lib/gobbler/dashboard.rb

Instance Attribute Summary

Attributes inherited from Base

#json

Class Method Summary collapse

Methods inherited from Base

#base_attr, #initialize

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

.getDashboard

Returns Metrics for your account.

Returns:



10
11
12
# File 'lib/gobbler/dashboard.rb', line 10

def self.get
  new(::Gobbler.request "account/dashboard.json")
end