Method: Integrations::Campfire#execute
- Defined in:
- app/models/integrations/campfire.rb
#execute(data) ⇒ Object
72 73 74 75 76 77 |
# File 'app/models/integrations/campfire.rb', line 72 def execute(data) return unless supported_events.include?(data[:object_kind]) = (data) speak(room, , auth) end |