Class: Firebug::Configuration

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

Overview

A configuration object.

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

the encryption key used to encrypt and decrypt cookies.



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

def key
  @key
end

#match_ipBoolean



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

def match_ip
  @match_ip
end

#match_useragentBoolean



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

def match_useragent
  @match_useragent
end

#table_nameString

the name of the sessions table.



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

def table_name
  @table_name
end

#truncate_useragentBoolean



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

def truncate_useragent
  @truncate_useragent
end