Module: Net::SSH::Authentication::Agent::Comment
- Defined in:
- lib/net/ssh/authentication/agent/socket.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.
22 23 24 |
# File 'lib/net/ssh/authentication/agent/socket.rb', line 22 def comment @comment end |