Method: Msf::Plugin#input

Defined in:
lib/msf/core/plugin.rb

#inputObject

Returns the local input handle if one was passed into the constructor.

[View source] [View on GitHub]

97
98
99
# File 'lib/msf/core/plugin.rb', line 97

def input
  opts['LocalInput']
end