Class: Caldera::Events::StatsEvent::Cpu
- Inherits:
-
Struct
- Object
- Struct
- Caldera::Events::StatsEvent::Cpu
- Defined in:
- lib/caldera/events.rb
Instance Attribute Summary collapse
-
#cores ⇒ Object
Returns the value of attribute cores.
-
#lavalink_load ⇒ Object
Returns the value of attribute lavalink_load.
-
#system_load ⇒ Object
Returns the value of attribute system_load.
-
#uptime ⇒ Object
Returns the value of attribute uptime.
Instance Attribute Details
#cores ⇒ Object
Returns the value of attribute cores
71 72 73 |
# File 'lib/caldera/events.rb', line 71 def cores @cores end |
#lavalink_load ⇒ Object
Returns the value of attribute lavalink_load
71 72 73 |
# File 'lib/caldera/events.rb', line 71 def lavalink_load @lavalink_load end |
#system_load ⇒ Object
Returns the value of attribute system_load
71 72 73 |
# File 'lib/caldera/events.rb', line 71 def system_load @system_load end |
#uptime ⇒ Object
Returns the value of attribute uptime
71 72 73 |
# File 'lib/caldera/events.rb', line 71 def uptime @uptime end |