Method: EnoughFields.notification?

Defined in:
lib/enough_fields.rb

.notification?Boolean

Returns:

  • (Boolean)


71
72
73
74
# File 'lib/enough_fields.rb', line 71

def notification?
  current_monit_set.check_notifications
  !notifications.empty?
end