Class: Gemite::Router::Result
- Inherits:
-
Struct
- Object
- Struct
- Gemite::Router::Result
- Defined in:
- lib/gemite/router.rb
Overview
type: :gemite | :static | :not_found
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#path ⇒ Object
Returns the value of attribute path
38 39 40 |
# File 'lib/gemite/router.rb', line 38 def path @path end |
#type ⇒ Object
Returns the value of attribute type
38 39 40 |
# File 'lib/gemite/router.rb', line 38 def type @type end |