Class: Caldera::Events::StatsEvent::Cpu

Inherits:
Struct
  • Object
show all
Defined in:
lib/caldera/events.rb

Instance Attribute Summary collapse

Instance Attribute Details

#coresObject

Returns the value of attribute cores

Returns:

  • (Object)

    the current value of cores



71
72
73
# File 'lib/caldera/events.rb', line 71

def cores
  @cores
end

Returns the value of attribute lavalink_load

Returns:

  • (Object)

    the current value of lavalink_load



71
72
73
# File 'lib/caldera/events.rb', line 71

def lavalink_load
  @lavalink_load
end

#system_loadObject

Returns the value of attribute system_load

Returns:

  • (Object)

    the current value of system_load



71
72
73
# File 'lib/caldera/events.rb', line 71

def system_load
  @system_load
end

#uptimeObject

Returns the value of attribute uptime

Returns:

  • (Object)

    the current value of uptime



71
72
73
# File 'lib/caldera/events.rb', line 71

def uptime
  @uptime
end