Method: Mention::Account#remove_alert

Defined in:
lib/mention/account.rb

#remove_alert(alert, share) ⇒ Object



39
40
41
# File 'lib/mention/account.rb', line 39

def remove_alert(alert, share)
  resource["/alerts/#{alert.id}/shares/#{share.id}"].delete
end