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



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

def key
  @key
end

#table_nameString

the name of the sessions table.

Returns:

  • (String)

    the current value of table_name



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

def table_name
  @table_name
end