Method: CloudApp::Account#stats

Defined in:
lib/cloudapp/account.rb

#statsHash

Get the total number of drops created and total views for all drops.

Returns:



151
152
153
# File 'lib/cloudapp/account.rb', line 151

def stats
  self.class.stats
end