Class: Facts::Windows::SystemUptime::Hours
- Inherits:
-
Object
- Object
- Facts::Windows::SystemUptime::Hours
- Defined in:
- lib/facter/facts/windows/system_uptime/hours.rb
Constant Summary collapse
- FACT_NAME =
'system_uptime.hours'
- ALIASES =
'uptime_hours'
Instance Method Summary collapse
Instance Method Details
#call_the_resolver ⇒ Object
10 11 12 13 14 |
# File 'lib/facter/facts/windows/system_uptime/hours.rb', line 10 def call_the_resolver fact_value = Facter::Resolvers::Windows::Uptime.resolve(:hours) [Facter::ResolvedFact.new(FACT_NAME, fact_value), Facter::ResolvedFact.new(ALIASES, fact_value, :legacy)] end |