Class: Mdm::ModRef

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

Overview

Joins a Mdm::Module::Detail and Ref indirectly through the Mdm::Module::Detail#refname matching #module, Mdm::Module::Detail#mtype matching #mtype, and Ref#name matching #ref.

Instance Attribute Summary collapse

Instance Attribute Details

#moduleString

Returns:

  • (String)


# File 'app/models/mdm/mod_ref.rb', line 8

#mtypeString

Returns:

  • (String)


# File 'app/models/mdm/mod_ref.rb', line 13

#refString

An Ref#name.

Returns:

  • (String)


23
# File 'app/models/mdm/mod_ref.rb', line 23

Metasploit::Concern.run(self)