Class: Explicit::Request::Route
- Inherits:
-
Data
- Object
- Data
- Explicit::Request::Route
- Defined in:
- lib/explicit/request.rb
Instance Attribute Summary collapse
-
#method ⇒ Object
readonly
Returns the value of attribute method.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Attribute Details
#method ⇒ Object (readonly)
Returns the value of attribute method
4 5 6 |
# File 'lib/explicit/request.rb', line 4 def method @method end |
#path ⇒ Object (readonly)
Returns the value of attribute path
4 5 6 |
# File 'lib/explicit/request.rb', line 4 def path @path end |