Class: Puuko::Route
- Inherits:
-
Struct
- Object
- Struct
- Puuko::Route
- Defined in:
- lib/puuko/application.rb
Instance Attribute Summary collapse
-
#endpoint ⇒ Object
Returns the value of attribute endpoint.
-
#params ⇒ Object
Returns the value of attribute params.
-
#path ⇒ Object
Returns the value of attribute path.
-
#verb ⇒ Object
Returns the value of attribute verb.
Instance Attribute Details
#endpoint ⇒ Object
Returns the value of attribute endpoint
7 8 9 |
# File 'lib/puuko/application.rb', line 7 def endpoint @endpoint end |
#params ⇒ Object
Returns the value of attribute params
7 8 9 |
# File 'lib/puuko/application.rb', line 7 def params @params end |
#path ⇒ Object
Returns the value of attribute path
7 8 9 |
# File 'lib/puuko/application.rb', line 7 def path @path end |
#verb ⇒ Object
Returns the value of attribute verb
7 8 9 |
# File 'lib/puuko/application.rb', line 7 def verb @verb end |