Class: Rpush::Client::Redis::Pushy::App
- Includes:
- ActiveModel::Pushy::App
- Defined in:
- lib/rpush/client/redis/pushy/app.rb
Instance Method Summary collapse
Methods included from ActiveModel::Pushy::App
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 |