Method: Rex::Socket::Parameters#context

Defined in:
lib/rex/socket/parameters.rb

#contextHash

The context hash that was passed in to the structure. (default: {})

Returns:

  • (Hash)


308
309
310
# File 'lib/rex/socket/parameters.rb', line 308

def context
  @context
end