Class: Packet::SshKey

Inherits:
Object
  • Object
show all
Includes:
Entity
Defined in:
lib/packet/ssh_key.rb

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key.



6
7
8
# File 'lib/packet/ssh_key.rb', line 6

def key
  @key
end

#labelObject

Returns the value of attribute label.



5
6
7
# File 'lib/packet/ssh_key.rb', line 5

def label
  @label
end