Class: Racket::Utils::Routing::RouterParams

Inherits:
Struct
  • Object
show all
Defined in:
lib/racket/utils/routing.rb

Overview

Struct for keeping track router parameters.

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



24
25
26
# File 'lib/racket/utils/routing.rb', line 24

def action
  @action
end

#envObject

Returns the value of attribute env

Returns:

  • (Object)

    the current value of env



24
25
26
# File 'lib/racket/utils/routing.rb', line 24

def env
  @env
end

#paramsObject

Returns the value of attribute params

Returns:

  • (Object)

    the current value of params



24
25
26
# File 'lib/racket/utils/routing.rb', line 24

def params
  @params
end