Class: RailsEngineToolkit::RouteInspector::Mount

Inherits:
Struct
  • Object
show all
Defined in:
lib/rails_engine_toolkit/route_inspector.rb

Instance Attribute Summary collapse

Instance Attribute Details

#engine_classObject

Returns the value of attribute engine_class

Returns:

  • (Object)

    the current value of engine_class



5
6
7
# File 'lib/rails_engine_toolkit/route_inspector.rb', line 5

def engine_class
  @engine_class
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



5
6
7
# File 'lib/rails_engine_toolkit/route_inspector.rb', line 5

def line
  @line
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



5
6
7
# File 'lib/rails_engine_toolkit/route_inspector.rb', line 5

def path
  @path
end