Class: MintPress::Console::Credentials
- Inherits:
-
Object
- Object
- MintPress::Console::Credentials
- Includes:
- Enumerable, MintLogger
- Defined in:
- src/mintpress-console/lib/mintpress-console/credentials.rb
Properties (Read/Write)
Properties (Read Only)
Constant Summary
Constants included from MintLogger
MintLogger::DEBUG, MintLogger::ERROR, MintLogger::FATAL, MintLogger::INFO, MintLogger::UNKNOWN, MintLogger::VERBOSE, MintLogger::WARN
Instance Attribute Summary collapse
-
#profile_name ⇒ Object
readonly
Returns the value of attribute profile_name.
Class Method Summary collapse
Instance Method Summary collapse
- #[](name) ⇒ Object
- #default ⇒ Object
- #each(&block) ⇒ Object
-
#initialize ⇒ Credentials
constructor
A new instance of Credentials.
- #keys ⇒ Object
- #load_config_ini(config_ini_file) ⇒ Object
- #load_credentials_ini(credentials_ini_file) ⇒ Object
- #load_default ⇒ Object
- #load_env_variables ⇒ Object
- #load_inis(config_ini_file, credentials_ini_file = nil) ⇒ Object
Methods included from MintLogger::Utils::Common
#boolean_val, #has_value?, #no_value?, #nvl, #path_as_symbol, #ruby_level_to_send
Constructor Details
#initialize ⇒ Credentials
Returns a new instance of Credentials.
Instance Attribute Details
#profile_name ⇒ Object (readonly)
Returns the value of attribute profile_name.