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