class Threshold::EventFilterValidator

Create an Event Filter validator

Public Instance Methods

comment_set?(entity) click to toggle source
# File lib/threshold/event_filter.rb, line 61
def comment_set?(entity)
  entity.comment
end