class APN::Backend::Null

Public Instance Methods

notify(token, opts) click to toggle source
# File lib/apn/backend.rb, line 15
def notify(token, opts)
  APN.log("Null Backend sending message to #{token}")
end