Class: ReeRoutes::RouteBuilder::Redirect
- Inherits:
-
Struct
- Object
- Struct
- ReeRoutes::RouteBuilder::Redirect
- Defined in:
- lib/ree_lib/packages/ree_routes/package/ree_routes/route_builder.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code
6 7 8 |
# File 'lib/ree_lib/packages/ree_routes/package/ree_routes/route_builder.rb', line 6 def code @code end |
#path ⇒ Object
Returns the value of attribute path
6 7 8 |
# File 'lib/ree_lib/packages/ree_routes/package/ree_routes/route_builder.rb', line 6 def path @path end |