Class: OsCtld::CpuScheduler::ScheduleInfo
- Inherits:
-
Struct
- Object
- Struct
- OsCtld::CpuScheduler::ScheduleInfo
- Defined in:
- lib/osctld/cpu_scheduler.rb
Instance Attribute Summary collapse
-
#ctid ⇒ Object
Returns the value of attribute ctid.
-
#package_id ⇒ Object
Returns the value of attribute package_id.
-
#reservation ⇒ Object
Returns the value of attribute reservation.
-
#reserved_at ⇒ Object
Returns the value of attribute reserved_at.
-
#usage_score ⇒ Object
Returns the value of attribute usage_score.
Instance Attribute Details
#ctid ⇒ Object
Returns the value of attribute ctid
62 63 64 |
# File 'lib/osctld/cpu_scheduler.rb', line 62 def ctid @ctid end |
#package_id ⇒ Object
Returns the value of attribute package_id
62 63 64 |
# File 'lib/osctld/cpu_scheduler.rb', line 62 def package_id @package_id end |
#reservation ⇒ Object
Returns the value of attribute reservation
62 63 64 |
# File 'lib/osctld/cpu_scheduler.rb', line 62 def reservation @reservation end |
#reserved_at ⇒ Object
Returns the value of attribute reserved_at
62 63 64 |
# File 'lib/osctld/cpu_scheduler.rb', line 62 def reserved_at @reserved_at end |
#usage_score ⇒ Object
Returns the value of attribute usage_score
62 63 64 |
# File 'lib/osctld/cpu_scheduler.rb', line 62 def usage_score @usage_score end |