Class: Rpush::Client::Redis::Webpush::App

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

Instance Method Summary collapse

Methods included from ActiveModel::Webpush::App

included, #service_name, #vapid

Instance Method Details

#vapid_keypair=(value) ⇒ Object



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

def vapid_keypair=(value)
  self.certificate = value
end