Module: Msf::Framework::Offspring

Overview

Mixin meant to be included into all classes that can have instances that should be tied to the framework, such as modules.

Instance Attribute Summary collapse

Instance Attribute Details

#frameworkObject

A reference to the framework instance from which this offspring was derived.



49
50
51
# File 'lib/msf/core/framework.rb', line 49

def framework
  @framework
end