Class: Facter::Util::Resolvers::Ssh

Inherits:
Struct
  • Object
show all
Defined in:
lib/facter/util/resolvers/ssh.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fingerprintObject

Returns the value of attribute fingerprint



6
7
8
# File 'lib/facter/util/resolvers/ssh.rb', line 6

def fingerprint
  @fingerprint
end

#keyObject

Returns the value of attribute key



6
7
8
# File 'lib/facter/util/resolvers/ssh.rb', line 6

def key
  @key
end

#nameObject

Returns the value of attribute name



6
7
8
# File 'lib/facter/util/resolvers/ssh.rb', line 6

def name
  @name
end

#typeObject

Returns the value of attribute type



6
7
8
# File 'lib/facter/util/resolvers/ssh.rb', line 6

def type
  @type
end