Class: Boppers::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/boppers/configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#handle_exceptionObject

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

#boppersObject



7
8
9
# File 'lib/boppers/configuration.rb', line 7

def boppers
  @boppers ||= []
end

#notifiersObject



11
12
13
# File 'lib/boppers/configuration.rb', line 11

def notifiers
  @notifiers ||= []
end