Class: Signalman::ViewHandler

Inherits:
BaseHandler show all
Defined in:
lib/signalman.rb

Instance Attribute Summary

Attributes inherited from BaseHandler

#current_time, #event

Instance Method Summary collapse

Methods inherited from BaseHandler

call, #create_event, #finished_at, #initialize, #process, #start, #started_at

Constructor Details

This class inherits a constructor from Signalman::BaseHandler

Instance Method Details

#skip?Boolean

Returns:

  • (Boolean)


87
88
89
# File 'lib/signalman.rb', line 87

def skip?
  event.payload[:identifier].include?("app/views/signalman/")
end