Class: Browserlog::Config

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/browserlog/config.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfig

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_logsObject

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