Method: CloudApp::Account#stats
- Defined in:
- lib/cloudapp/account.rb
#stats ⇒ Hash
Get the total number of drops created and total views for all drops.
151 152 153 |
# File 'lib/cloudapp/account.rb', line 151 def stats self.class.stats end |