Class: Rubino::API::Router::Route
- Inherits:
-
Struct
- Object
- Struct
- Rubino::API::Router::Route
- Defined in:
- lib/rubino/api/router.rb
Instance Attribute Summary collapse
-
#keys ⇒ Object
Returns the value of attribute keys.
-
#method ⇒ Object
Returns the value of attribute method.
-
#operation ⇒ Object
Returns the value of attribute operation.
-
#original_path ⇒ Object
Returns the value of attribute original_path.
-
#pattern ⇒ Object
Returns the value of attribute pattern.
Instance Attribute Details
#keys ⇒ Object
Returns the value of attribute keys
23 24 25 |
# File 'lib/rubino/api/router.rb', line 23 def keys @keys end |
#method ⇒ Object
Returns the value of attribute method
23 24 25 |
# File 'lib/rubino/api/router.rb', line 23 def method @method end |
#operation ⇒ Object
Returns the value of attribute operation
23 24 25 |
# File 'lib/rubino/api/router.rb', line 23 def operation @operation end |
#original_path ⇒ Object
Returns the value of attribute original_path
23 24 25 |
# File 'lib/rubino/api/router.rb', line 23 def original_path @original_path end |
#pattern ⇒ Object
Returns the value of attribute pattern
23 24 25 |
# File 'lib/rubino/api/router.rb', line 23 def pattern @pattern end |