Class: Mdm::Module::Author

Inherits:
ApplicationRecord
  • Object
show all
Defined in:
app/models/mdm/module/author.rb

Overview

The #email and #name of an author of a Metasploit Module.

Instance Attribute Summary collapse

Instance Attribute Details

#emailString

The email address of the author.

Returns:

  • (String)


# File 'app/models/mdm/module/author.rb', line 16

#nameString

The name of the author.

Returns:

  • (String)


# File 'app/models/mdm/module/author.rb', line 21