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

#fingerprint ⇒ Object

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

#key ⇒ Object

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

#name ⇒ Object

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

#type ⇒ Object

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