class Rpush::Client::Redis::Pushy::Notification
Public Instance Methods
time_to_live=(value)
click to toggle source
# File lib/rpush/client/redis/pushy/notification.rb, line 10 def time_to_live=(value) self.expiry = value end