Class: Facter::Util::Resolvers::Ssh
- Inherits:
-
Struct
- Object
- Struct
- Facter::Util::Resolvers::Ssh
- Defined in:
- lib/facter/util/resolvers/ssh.rb
Instance Attribute Summary collapse
-
#fingerprint ⇒ Object
Returns the value of attribute fingerprint.
-
#key ⇒ Object
Returns the value of attribute key.
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#fingerprint ⇒ Object
Returns the value of attribute 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
6 7 8 |
# File 'lib/facter/util/resolvers/ssh.rb', line 6 def key @key end |
#name ⇒ Object
Returns the value of attribute 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
6 7 8 |
# File 'lib/facter/util/resolvers/ssh.rb', line 6 def type @type end |