Method: Mutx::Support::Configuration.attach_report?
- Defined in:
- lib/mutx/support/configuration.rb
.attach_report? ⇒ Boolean
224 225 226 227 |
# File 'lib/mutx/support/configuration.rb', line 224 def self.attach_report? value = @@input['notification']['attach_report'] self.is_boolean? value ? value : false end |