Class: MintPress::OracleEBS::SSHUser
- Defined in:
- src/oracle-ebs/lib/oracle-ebs/host.rb
Overview
SSHUser: Extends the user class to include the ability to provide an ssh key file name
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
-
#key_file ⇒ Object
readonly
Returns the value of attribute key_file.
Attributes inherited from User
Instance Method Summary collapse
- #get_ids(transport:) ⇒ Object
- #gid(transport:) ⇒ Object
- #group(transport:) ⇒ Object
-
#initialize(attributes) ⇒ SSHUser
constructor
A new instance of SSHUser.
- #inspect(indent = 0) ⇒ Object
- #to_s(indent = 0) ⇒ Object
- #uid(transport:) ⇒ 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) ⇒ SSHUser
Returns a new instance of SSHUser.
Instance Attribute Details
#key_file ⇒ Object (readonly)
Returns the value of attribute key_file.