Class: Facts::Solaris::SystemUptime::Seconds

Inherits:
Object
  • Object
show all
Defined in:
lib/facts/solaris/system_uptime/seconds.rb

Constant Summary collapse

FACT_NAME =
'system_uptime.seconds'

Instance Method Summary collapse

Instance Method Details

#call_the_resolverObject



9
10
11
12
13
# File 'lib/facts/solaris/system_uptime/seconds.rb', line 9

def call_the_resolver
  fact_value = Facter::Resolvers::Uptime.resolve(:seconds)

  Facter::ResolvedFact.new(FACT_NAME, fact_value)
end