Module: Net::SSH::Authentication::Agent::Comment
- Defined in:
- lib/tpkg/thirdparty/net-ssh-2.1.0/lib/net/ssh/authentication/agent.rb
Overview
A simple module for extending keys, to allow comments to be specified for them.
Instance Attribute Summary collapse
-
#comment ⇒ Object
Returns the value of attribute comment.
Instance Attribute Details
#comment ⇒ Object
Returns the value of attribute comment.
31 32 33 |
# File 'lib/tpkg/thirdparty/net-ssh-2.1.0/lib/net/ssh/authentication/agent.rb', line 31 def comment @comment end |