Class: Necropsy::EntryPoints::Rails::RouteContext

Inherits:
Struct
  • Object
show all
Defined in:
lib/necropsy/entry_points/rails.rb

Instance Attribute Summary collapse

Instance Attribute Details

#controllerObject

Returns the value of attribute controller

Returns:

  • (Object)

    the current value of controller



12
13
14
# File 'lib/necropsy/entry_points/rails.rb', line 12

def controller
  @controller
end

#modulesObject

Returns the value of attribute modules

Returns:

  • (Object)

    the current value of modules



12
13
14
# File 'lib/necropsy/entry_points/rails.rb', line 12

def modules
  @modules
end

#resourceObject

Returns the value of attribute resource

Returns:

  • (Object)

    the current value of resource



12
13
14
# File 'lib/necropsy/entry_points/rails.rb', line 12

def resource
  @resource
end