Class: Mdm::ModRef

Inherits:
ActiveRecord::Base
  • 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



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


#mtypeString



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


#refString

An Ref#name.



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

Metasploit::Concern.run(self)