Method: QPush::Web::Get.stats

Defined in:
lib/qpush/web/get.rb

.statsObject



7
8
9
10
# File 'lib/qpush/web/get.rb', line 7

def stats
  stats = Apis::Stats.new
  stats.call.to_json
end