Sha256: 4426bfc26395363a7479a0efbf2aed9f9170d4c085bcdcbda700baef6f02e70b

Contents?: true

Size: 544 Bytes

Versions: 5

Compression:

Stored size: 544 Bytes

Contents

# Namespace that maps to `Mdm::Module` and `Metasploit::Framework::Module` and contains constants and mixins to
# DRY the implementation of the in-memory and in-database models in those namespaces.
module Metasploit::Model::Module
  extend ActiveSupport::Autoload

  autoload :Action
  autoload :Ancestor
  autoload :Architecture
  autoload :Author
  autoload :Class
  autoload :Handler
  autoload :Instance
  autoload :Path
  autoload :Platform
  autoload :Rank
  autoload :Reference
  autoload :Stance
  autoload :Target
  autoload :Type
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
metasploit-model-0.28.0 lib/metasploit/model/module.rb
metasploit-model-0.28.0-java lib/metasploit/model/module.rb
metasploit-model-0.28.0.pre.engine.pre.requires lib/metasploit/model/module.rb
metasploit-model-0.27.4 lib/metasploit/model/module.rb
metasploit-model-0.27.4-java lib/metasploit/model/module.rb