Class: MShard::Ting
- Inherits:
-
Thor::Group
- Object
- Thor::Group
- MShard::Ting
- Defined in:
- lib/mshard/ting.rb
Instance Method Summary collapse
Instance Method Details
#ting ⇒ Object
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 |