Class: FunApi::Router::Route
- Inherits:
-
Struct
- Object
- Struct
- FunApi::Router::Route
- Defined in:
- lib/funapi/router.rb
Instance Attribute Summary collapse
-
#handler ⇒ Object
Returns the value of attribute handler.
-
#keys ⇒ Object
Returns the value of attribute keys.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#pattern ⇒ Object
Returns the value of attribute pattern.
-
#verb ⇒ Object
Returns the value of attribute verb.
Instance Attribute Details
#handler ⇒ Object
Returns the value of attribute handler
5 6 7 |
# File 'lib/funapi/router.rb', line 5 def handler @handler end |
#keys ⇒ Object
Returns the value of attribute keys
5 6 7 |
# File 'lib/funapi/router.rb', line 5 def keys @keys end |
#metadata ⇒ Object
Returns the value of attribute metadata
5 6 7 |
# File 'lib/funapi/router.rb', line 5 def end |
#pattern ⇒ Object
Returns the value of attribute pattern
5 6 7 |
# File 'lib/funapi/router.rb', line 5 def pattern @pattern end |
#verb ⇒ Object
Returns the value of attribute verb
5 6 7 |
# File 'lib/funapi/router.rb', line 5 def verb @verb end |