Class: Boppers::Configuration
- Inherits:
-
Object
- Object
- Boppers::Configuration
- Defined in:
- lib/boppers/configuration.rb
Instance Attribute Summary collapse
-
#handle_exception ⇒ Object
Returns the value of attribute handle_exception.
Instance Method Summary collapse
Instance Attribute Details
#handle_exception ⇒ Object
Returns the value of attribute handle_exception.
5 6 7 |
# File 'lib/boppers/configuration.rb', line 5 def handle_exception @handle_exception end |
Instance Method Details
#boppers ⇒ Object
7 8 9 |
# File 'lib/boppers/configuration.rb', line 7 def boppers @boppers ||= [] end |
#notifiers ⇒ Object
11 12 13 |
# File 'lib/boppers/configuration.rb', line 11 def notifiers @notifiers ||= [] end |