Class: Maia::Poke
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
#body ⇒ Object
7
8
9
|
# File 'lib/maia/poke.rb', line 7
def body
'Poke'
end
|
#title ⇒ Object
3
4
5
|
# File 'lib/maia/poke.rb', line 3
def title
'Poke'
end
|