Method: Chef::Util::Powershell::PSCredential#initialize
- Defined in:
- lib/chef/util/powershell/ps_credential.rb
#initialize(username, password) ⇒ PSCredential
Returns a new instance of PSCredential.
25 26 27 28 |
# File 'lib/chef/util/powershell/ps_credential.rb', line 25 def initialize(username, password) @username = username @password = password end |