Class: DummyOscar::Router::Route
- Inherits:
-
Struct
- Object
- Struct
- DummyOscar::Router::Route
- Defined in:
- lib/dummy_oscar/router.rb
Instance Attribute Summary collapse
-
#method ⇒ Object
Returns the value of attribute method.
-
#path ⇒ Object
Returns the value of attribute path.
-
#response ⇒ Object
Returns the value of attribute response.
Instance Attribute Details
#method ⇒ Object
Returns the value of attribute method
4 5 6 |
# File 'lib/dummy_oscar/router.rb', line 4 def method @method end |
#path ⇒ Object
Returns the value of attribute path
4 5 6 |
# File 'lib/dummy_oscar/router.rb', line 4 def path @path end |
#response ⇒ Object
Returns the value of attribute response
4 5 6 |
# File 'lib/dummy_oscar/router.rb', line 4 def response @response end |