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



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

def key
  @key
end

#match_ipBoolean

Returns the current value of match_ip.

Returns:

  • (Boolean)

    the current value of match_ip



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

def match_ip
  @match_ip
end

#match_useragentBoolean

Returns the current value of match_useragent.

Returns:

  • (Boolean)

    the current value of match_useragent



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

def match_useragent
  @match_useragent
end

#table_nameString

the name of the sessions table.

Returns:

  • (String)

    the current value of table_name



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

def table_name
  @table_name
end

#truncate_useragentBoolean

Returns the current value of truncate_useragent.

Returns:

  • (Boolean)

    the current value of truncate_useragent



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

def truncate_useragent
  @truncate_useragent
end