Class: Threshold::EventFilterValidator

Inherits:
Object
  • Object
show all
Defined in:
lib/threshold/event_filter.rb

Overview

Create an Event Filter validator

Instance Method Summary collapse

Instance Method Details

#comment_set?(entity) ⇒ Boolean

Returns:

  • (Boolean)


61
62
63
# File 'lib/threshold/event_filter.rb', line 61

def comment_set?(entity)
    entity.comment
end