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



9
10
11
# File 'lib/necropsy/entry_points/rails.rb', line 9

def controller
  @controller
end

#modulesObject

Returns the value of attribute modules

Returns:

  • (Object)

    the current value of modules



9
10
11
# File 'lib/necropsy/entry_points/rails.rb', line 9

def modules
  @modules
end

#resourceObject

Returns the value of attribute resource

Returns:

  • (Object)

    the current value of resource



9
10
11
# File 'lib/necropsy/entry_points/rails.rb', line 9

def resource
  @resource
end