Class: Wistia::Stats::Account
- Defined in:
- lib/wistia/stats.rb
Class Method Summary collapse
-
.find_singleton ⇒ Object
to make it easier to find singleton.
Methods inherited from Base
Class Method Details
.find_singleton ⇒ Object
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 |