Sha256: c1115da8a533a6212bbbaa22860f615e2e0b85abd94910d58590955a3907bd71
Contents?: true
Size: 558 Bytes
Versions: 45
Compression:
Stored size: 558 Bytes
Contents
# Joins a {Mdm::Module::Detail} and {Mdm::Ref} indirectly through the {Mdm::Module::Detail#refname} matching {#module}, # {Mdm::Module::Detail#mtype} matching {#mtype}, and {Mdm::Ref#name} matching {#ref}. class Mdm::ModRef < ActiveRecord::Base # # Attributes # # @!attribute module # An {Mdm::Module::Detail#refname}. # # @return [String] # @!attribute mtype # An {Mdm::Module::Detail#mtype}. # # @return [String] # @!attribute ref # An {Mdm::Ref#name}. # # @return [String] Metasploit::Concern.run(self) end
Version data entries
45 entries across 45 versions & 1 rubygems