Class: RailsEngineToolkit::RouteInspector::Mount
- Inherits:
-
Struct
- Object
- Struct
- RailsEngineToolkit::RouteInspector::Mount
- Defined in:
- lib/rails_engine_toolkit/route_inspector.rb
Instance Attribute Summary collapse
-
#engine_class ⇒ Object
Returns the value of attribute engine_class.
-
#line ⇒ Object
Returns the value of attribute line.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#engine_class ⇒ Object
Returns the value of attribute engine_class
5 6 7 |
# File 'lib/rails_engine_toolkit/route_inspector.rb', line 5 def engine_class @engine_class end |
#line ⇒ Object
Returns the value of attribute line
5 6 7 |
# File 'lib/rails_engine_toolkit/route_inspector.rb', line 5 def line @line end |
#path ⇒ Object
Returns the value of attribute path
5 6 7 |
# File 'lib/rails_engine_toolkit/route_inspector.rb', line 5 def path @path end |