Class: Browserlog::Config
- Inherits:
-
Object
- Object
- Browserlog::Config
- Includes:
- Singleton
- Defined in:
- lib/browserlog/config.rb
Instance Attribute Summary collapse
-
#allow_production_logs ⇒ Object
Returns the value of attribute allow_production_logs.
Instance Method Summary collapse
-
#initialize ⇒ Config
constructor
A new instance of Config.
Constructor Details
#initialize ⇒ Config
Returns a new instance of Config.
9 10 11 |
# File 'lib/browserlog/config.rb', line 9 def initialize @allow_production_logs = false end |
Instance Attribute Details
#allow_production_logs ⇒ Object
Returns the value of attribute allow_production_logs.
7 8 9 |
# File 'lib/browserlog/config.rb', line 7 def allow_production_logs @allow_production_logs end |