Class: Packet::SshKey
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#label ⇒ Object
Returns the value of attribute label.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key.
6 7 8 |
# File 'lib/packet/ssh_key.rb', line 6 def key @key end |
#label ⇒ Object
Returns the value of attribute label.
5 6 7 |
# File 'lib/packet/ssh_key.rb', line 5 def label @label end |