Class: OsCtld::CpuScheduler::ScheduleInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/osctld/cpu_scheduler.rb

Instance Attribute Summary collapse

Instance Attribute Details

#ctidObject

Returns the value of attribute ctid

Returns:

  • (Object)

    the current value of ctid



60
61
62
# File 'lib/osctld/cpu_scheduler.rb', line 60

def ctid
  @ctid
end

#package_idObject

Returns the value of attribute package_id

Returns:

  • (Object)

    the current value of package_id



60
61
62
# File 'lib/osctld/cpu_scheduler.rb', line 60

def package_id
  @package_id
end

#reservationObject

Returns the value of attribute reservation

Returns:

  • (Object)

    the current value of reservation



60
61
62
# File 'lib/osctld/cpu_scheduler.rb', line 60

def reservation
  @reservation
end

#reserved_atObject

Returns the value of attribute reserved_at

Returns:

  • (Object)

    the current value of reserved_at



60
61
62
# File 'lib/osctld/cpu_scheduler.rb', line 60

def reserved_at
  @reserved_at
end

#usage_scoreObject

Returns the value of attribute usage_score

Returns:

  • (Object)

    the current value of usage_score



60
61
62
# File 'lib/osctld/cpu_scheduler.rb', line 60

def usage_score
  @usage_score
end