Class: Noticed::DeliveryMethods::MicrosoftTeams

Inherits:
Base
  • Object
show all
Defined in:
lib/noticed/delivery_methods/microsoft_teams.rb

Instance Attribute Summary

Attributes inherited from Base

#logger, #notification, #options, #params, #recipient, #record

Instance Method Summary collapse

Methods inherited from Base

#assign_args, inherited, options, #perform, validate!

Instance Method Details

#deliverObject



4
5
6
# File 'lib/noticed/delivery_methods/microsoft_teams.rb', line 4

def deliver
  post(url, json: format)
end