class ApnMachine::Server::Response
Public Class Methods
new(notification)
click to toggle source
# File lib/apnmachine/server/response.rb, line 4 def initialize(notification) @notification = notification end
Public Instance Methods
to_s()
click to toggle source
# File lib/apnmachine/server/response.rb, line 8 def to_s "TOKEN=#{@notification.token}" end