Class: Pushable::TestMessage

Inherits:
Message
  • Object
show all
Defined in:
app/models/pushable/test_message.rb

Constant Summary

Constants inherited from Message

Message::MAX_TOKENS_AT_ONCE

Instance Method Summary collapse

Methods inherited from Message

#badge, #content_available?, #enqueue, #other, #send_to, #sound

Instance Method Details

#alertObject



4
5
6
# File 'app/models/pushable/test_message.rb', line 4

def alert
  'This is a test push from Pushable'
end