class MShard::Ting

Public Instance Methods

ting() click to toggle source
# File lib/mshard/ting.rb, line 11
def ting
  MShard.new.set_safe(
    pushbullet: true,
    type: 'note',
    title: title,
    body: body
  )
end