class Pushing::Adapters::TestAdapter
Public Class Methods
new(*)
click to toggle source
# File lib/pushing/adapters/test_adapter.rb, line 28 def initialize(*) end
Public Instance Methods
push!(notification)
click to toggle source
# File lib/pushing/adapters/test_adapter.rb, line 31 def push!(notification) self.class.deliveries << notification if notification notification end