Class: MintPress::OracleEBS::User
- Inherits:
-
Object
- Object
- MintPress::OracleEBS::User
- Includes:
- MintLogger
- Defined in:
- src/oracle-ebs/lib/oracle-ebs/host.rb
Overview
User: Simple class to hold a username and password. Minimally requires a username.
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
-
#password ⇒ Object
readonly
Returns the value of attribute password.
-
#username ⇒ Object
readonly
Returns the value of attribute username.
Instance Method Summary collapse
-
#initialize(attributes) ⇒ User
constructor
A new instance of User.
- #inspect(indent = 0) ⇒ Object
- #to_s(indent = 0) ⇒ Object
Methods included from MintLogger::Utils::Common
#boolean_val, #has_value?, #no_value?, #nvl, #path_as_symbol, #ruby_level_to_send
Constructor Details
#initialize(attributes) ⇒ User
Returns a new instance of User.
Instance Attribute Details
#password ⇒ Object (readonly)
Returns the value of attribute password.
#username ⇒ Object (readonly)
Returns the value of attribute username.