class Facts::Windows::Dmi::Product::Uuid
Constants
- ALIASES
- FACT_NAME
Public Instance Methods
call_the_resolver()
click to toggle source
# File lib/facter/facts/windows/dmi/product/uuid.rb, line 11 def call_the_resolver fact_value = Facter::Resolvers::DMIComputerSystem.resolve(:uuid) [Facter::ResolvedFact.new(FACT_NAME, fact_value), Facter::ResolvedFact.new(ALIASES, fact_value, :legacy)] end