Class: Pine::Match

Inherits:
Struct
  • Object
show all
Defined in:
lib/sansom/pine.rb

Overview

Proc/Subsansom/Rack App

Instance Attribute Summary collapse

Instance Attribute Details

#handlerObject

Returns the value of attribute handler

Returns:

  • (Object)

    the current value of handler



15
16
17
# File 'lib/sansom/pine.rb', line 15

def handler
  @handler
end

#matched_pathObject

Returns the value of attribute matched_path

Returns:

  • (Object)

    the current value of matched_path



15
16
17
# File 'lib/sansom/pine.rb', line 15

def matched_path
  @matched_path
end

#paramsObject

Returns the value of attribute params

Returns:

  • (Object)

    the current value of params



15
16
17
# File 'lib/sansom/pine.rb', line 15

def params
  @params
end

#remaining_pathObject

Returns the value of attribute remaining_path

Returns:

  • (Object)

    the current value of remaining_path



15
16
17
# File 'lib/sansom/pine.rb', line 15

def remaining_path
  @remaining_path
end