Class: Necropsy::EntryPoints::Rails::RouteContext
- Inherits:
-
Struct
- Object
- Struct
- Necropsy::EntryPoints::Rails::RouteContext
- Defined in:
- lib/necropsy/entry_points/rails.rb
Instance Attribute Summary collapse
-
#controller ⇒ Object
Returns the value of attribute controller.
-
#modules ⇒ Object
Returns the value of attribute modules.
-
#resource ⇒ Object
Returns the value of attribute resource.
Instance Attribute Details
#controller ⇒ Object
Returns the value of attribute controller
9 10 11 |
# File 'lib/necropsy/entry_points/rails.rb', line 9 def controller @controller end |
#modules ⇒ Object
Returns the value of attribute modules
9 10 11 |
# File 'lib/necropsy/entry_points/rails.rb', line 9 def modules @modules end |
#resource ⇒ Object
Returns the value of attribute resource
9 10 11 |
# File 'lib/necropsy/entry_points/rails.rb', line 9 def resource @resource end |