Class: Maia::Poke

Inherits:
Message show all
Defined in:
lib/maia/poke.rb

Instance Method Summary collapse

Methods inherited from Message

#background?, #badge, #color, #data, #image, #priority, #send_to, #sound, #targeting, #to_json

Instance Method Details

#bodyObject



7
8
9
# File 'lib/maia/poke.rb', line 7

def body
  'This is a test push, please ignore me.'
end

#titleObject



3
4
5
# File 'lib/maia/poke.rb', line 3

def title
  'Poke!'
end