Class: PodcastIndex::Stats

Inherits:
SimpleDelegator
  • Object
show all
Defined in:
lib/podcast_index/stats.rb

Class Method Summary collapse

Class Method Details

.currentObject



7
8
9
10
# File 'lib/podcast_index/stats.rb', line 7

def current
  response = Api::Stats.current
  from_response(response)
end