class Rpush::Client::Redis::Pushy::Notification

Public Instance Methods

time_to_live=(value) click to toggle source
Calls superclass method
# File lib/rpush/client/redis/pushy/notification.rb, line 10
def time_to_live=(value)
  self.expiry = value
  super
end