Class: LightService::Configuration
- Inherits:
-
Object
- Object
- LightService::Configuration
- Defined in:
- lib/light-service/configuration.rb
Class Attribute Summary collapse
-
.capture_errors ⇒ Object
Returns the value of attribute capture_errors.
- .localization_adapter ⇒ Object
- .logger ⇒ Object
Class Attribute Details
.capture_errors ⇒ Object
Returns the value of attribute capture_errors.
4 5 6 |
# File 'lib/light-service/configuration.rb', line 4 def capture_errors @capture_errors end |
.localization_adapter ⇒ Object
11 12 13 |
# File 'lib/light-service/configuration.rb', line 11 def localization_adapter @localization_adapter ||= LocalizationAdapter.new end |
.logger ⇒ Object
7 8 9 |
# File 'lib/light-service/configuration.rb', line 7 def logger @logger ||= _default_logger end |