Class: MShard::Ting

Inherits:
Thor::Group
  • Object
show all
Defined in:
lib/mshard/ting.rb

Instance Method Summary collapse

Instance Method Details

#tingObject



11
12
13
14
15
16
17
18
# File 'lib/mshard/ting.rb', line 11

def ting
  MShard.new.set_safe(
    pushbullet: true,
    type: 'note',
    title: title,
    body: body
  )
end