class Facts::Macosx::SystemProfiler::ModelIdentifier

Constants

ALIASES
FACT_NAME

Public Instance Methods

call_the_resolver() click to toggle source
# File lib/facter/facts/macosx/system_profiler/model_identifier.rb, line 10
def call_the_resolver
  fact_value = Facter::Resolvers::Macosx::SystemProfiler.resolve(:model_identifier)
  [Facter::ResolvedFact.new(FACT_NAME, fact_value), Facter::ResolvedFact.new(ALIASES, fact_value, :legacy)]
end