Class: RackSessionManipulation::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/rack_session_manipulation/config.rb

Overview

A data storage structure for holding configuration related information.

Instance Attribute Summary collapse

Instance Attribute Details

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



4
5
6
# File 'lib/rack_session_manipulation/config.rb', line 4

def path
  @path
end