Method: Mutx::Support::Configuration.notification?

Defined in:
lib/mutx/support/configuration.rb

.notification?Boolean

Returns:

  • (Boolean)


175
176
177
# File 'lib/mutx/support/configuration.rb', line 175

def self.notification?
  self.notification_username and self.notification_password and self.use_gmail?
end