Class: Pine::Match
- Inherits:
-
Struct
- Object
- Struct
- Pine::Match
- Defined in:
- lib/sansom/pine.rb
Overview
Proc/Subsansom/Rack App
Instance Attribute Summary collapse
-
#handler ⇒ Object
Returns the value of attribute handler.
-
#matched_path ⇒ Object
Returns the value of attribute matched_path.
-
#params ⇒ Object
Returns the value of attribute params.
-
#remaining_path ⇒ Object
Returns the value of attribute remaining_path.
Instance Attribute Details
#handler ⇒ Object
Returns the value of attribute handler
15 16 17 |
# File 'lib/sansom/pine.rb', line 15 def handler @handler end |
#matched_path ⇒ Object
Returns the value of attribute matched_path
15 16 17 |
# File 'lib/sansom/pine.rb', line 15 def matched_path @matched_path end |
#params ⇒ Object
Returns the value of attribute params
15 16 17 |
# File 'lib/sansom/pine.rb', line 15 def params @params end |
#remaining_path ⇒ Object
Returns the value of attribute remaining_path
15 16 17 |
# File 'lib/sansom/pine.rb', line 15 def remaining_path @remaining_path end |