Sha256: a6f27d0c501c7b38efcf8e08c1e3dfe986c31f637c2d597f10551870e6917e61
Contents?: true
Size: 557 Bytes
Versions: 22
Compression:
Stored size: 557 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 < ApplicationRecord # # 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
22 entries across 22 versions & 2 rubygems