Class: Rpush::Client::Redis::Pushy::App

Inherits:
App
  • Object
show all
Includes:
ActiveModel::Pushy::App
Defined in:
lib/rpush/client/redis/pushy/app.rb

Instance Method Summary collapse

Methods included from ActiveModel::Pushy::App

included, #service_name

Instance Method Details

#api_key=(value) ⇒ Object



8
9
10
11
# File 'lib/rpush/client/redis/pushy/app.rb', line 8

def api_key=(value)
  self.auth_key = value
  super
end