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.

Returns:

  • (String)

    the current value of key



9
10
11
# File 'lib/firebug/configuration.rb', line 9

def key
  @key
end

#table_nameString

the name of the sessions table.

Returns:

  • (String)

    the current value of table_name



9
10
11
# File 'lib/firebug/configuration.rb', line 9

def table_name
  @table_name
end

#truncate_useragentBoolean

truncate the user-agent to 120 characters.

Returns:

  • (Boolean)

    the current value of truncate_useragent



9
10
11
# File 'lib/firebug/configuration.rb', line 9

def truncate_useragent
  @truncate_useragent
end