Method: Chef::Util::Powershell::PSCredential#to_plaintext
- Defined in:
- lib/chef/util/powershell/ps_credential.rb
#to_plaintext ⇒ Object Also known as: inspect
34 35 36 |
# File 'lib/chef/util/powershell/ps_credential.rb', line 34 def to_plaintext "#<Chef::Util::Powershell::PSCredential:#{object_id} @username=#{@username.inspect}>" end |