Object
Base class for all extensions that holds a reference to the client context that they are part of. Each extension also has a defined name through which it is referenced.
The name of the extension.
Initializes the client and name attributes.
# File lib/rex/post/meterpreter/extension.rb, line 18 def initialize(client, name) self.client = client self.name = name end
[Validate]
Generated with the Darkfish Rdoc Generator 2.