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

Returns:

  • (Object)

    the current value of fingerprint



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

def fingerprint
  @fingerprint
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



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

def key
  @key
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end