Class: Spikard::RouteEntry
- Inherits:
-
Struct
- Object
- Struct
- Spikard::RouteEntry
- Defined in:
- lib/spikard/app.rb
Instance Attribute Summary collapse
-
#handler ⇒ Object
Returns the value of attribute handler.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
Instance Attribute Details
#handler ⇒ Object
Returns the value of attribute handler
4 5 6 |
# File 'lib/spikard/app.rb', line 4 def handler @handler end |
#metadata ⇒ Object
Returns the value of attribute metadata
4 5 6 |
# File 'lib/spikard/app.rb', line 4 def @metadata end |