Class: Wistia::Stats::Account

Inherits:
Base
  • Object
show all
Defined in:
lib/wistia/stats.rb

Class Method Summary collapse

Methods inherited from Base

refresh_config!, #to_json

Class Method Details

.find_singletonObject

to make it easier to find singleton



9
10
11
# File 'lib/wistia/stats.rb', line 9

def self.find_singleton
  find :one, :from => '/v1/stats/account.json'
end