Class: Maia::Poke

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

Constant Summary

Constants inherited from Message

Message::MAX_TOKENS_AT_ONCE

Instance Method Summary collapse

Methods inherited from Message

#action, #badge, #body_i18n, #color, #content_available?, #data, #dry_run?, #enqueue, #icon, #notification, #notify?, #priority, #send_to, #sound, #title_i18n, #to_h

Instance Method Details

#bodyObject



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

def body
  'Poke'
end

#titleObject



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

def title
  'Poke'
end