Class: Pushpad::Subscription

Inherits:
Object
  • Object
show all
Defined in:
lib/pushpad/subscription.rb

Defined Under Namespace

Classes: CountError, CountQuery

Class Method Summary collapse

Class Method Details

.count(options = {}) ⇒ Object



6
7
8
# File 'lib/pushpad/subscription.rb', line 6

def self.count(options = {})
  CountQuery.new(options).perform
end