Class: Facter::Util::Resolvers::FingerPrint
- Inherits:
-
Struct
- Object
- Struct
- Facter::Util::Resolvers::FingerPrint
- Defined in:
- lib/facter/util/resolvers/fingerprint.rb
Instance Attribute Summary collapse
-
#sha1 ⇒ Object
Returns the value of attribute sha1.
-
#sha256 ⇒ Object
Returns the value of attribute sha256.
Instance Attribute Details
#sha1 ⇒ Object
Returns the value of attribute sha1
6 7 8 |
# File 'lib/facter/util/resolvers/fingerprint.rb', line 6 def sha1 @sha1 end |
#sha256 ⇒ Object
Returns the value of attribute sha256
6 7 8 |
# File 'lib/facter/util/resolvers/fingerprint.rb', line 6 def sha256 @sha256 end |