Class: Metasploit::Model::Configuration
- Inherits:
-
Object
- Object
- Metasploit::Model::Configuration
- Extended by:
- Parent
- Defined in:
- lib/metasploit/model/configuration.rb
Overview
Note:
This can't be a model in app/models because it is used to setup the autoload_path to app/models.
Configuration for a gem's autoload and i18n load paths that works outside of the railties or rails engines systems.
Defined Under Namespace
Modules: Parent Classes: Autoload, Child, Error, I18n
Instance Attribute Summary collapse
-
#autoload_class ⇒ Class
The
Classused to create #autoload. -
#i18n_class ⇒ Class
The
Classused to create #i18n. -
#root ⇒ Pathname
The root of the gem.
Instance Method Summary collapse
-
#autoload ⇒ Object
The autoload configuration.
-
#i18n ⇒ Object
The i18n configuration.
- #setup ⇒ void
Methods included from Parent
Instance Attribute Details
#autoload_class ⇒ Class
The Class used to create #autoload.
37 |
# File 'lib/metasploit/model/configuration.rb', line 37 child :autoload |
#i18n_class ⇒ Class
The Class used to create #i18n.
38 |
# File 'lib/metasploit/model/configuration.rb', line 38 child :i18n |
#root ⇒ Pathname
The root of the gem.
|
|
# File 'lib/metasploit/model/configuration.rb', line 13
|
Instance Method Details
#autoload ⇒ Object
The autoload configuration.
37 |
# File 'lib/metasploit/model/configuration.rb', line 37 child :autoload |
#i18n ⇒ Object
The i18n configuration.
38 |
# File 'lib/metasploit/model/configuration.rb', line 38 child :i18n |