Method: CG::APP.stats
- Defined in:
- lib/cg/app.rb
.stats ⇒ Object
56 57 58 59 60 |
# File 'lib/cg/app.rb', line 56 def self.stats instance = self.instance CG::API.show_app_request(instance.id, instance.secret_id, instance.secret_token) end |