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



62
63
64
# File 'lib/osctld/cpu_scheduler.rb', line 62

def ctid
  @ctid
end

#package_idObject

Returns the value of attribute package_id

Returns:

  • (Object)

    the current value of package_id



62
63
64
# File 'lib/osctld/cpu_scheduler.rb', line 62

def package_id
  @package_id
end

#reservationObject

Returns the value of attribute reservation

Returns:

  • (Object)

    the current value of reservation



62
63
64
# File 'lib/osctld/cpu_scheduler.rb', line 62

def reservation
  @reservation
end

#reserved_atObject

Returns the value of attribute reserved_at

Returns:

  • (Object)

    the current value of reserved_at



62
63
64
# File 'lib/osctld/cpu_scheduler.rb', line 62

def reserved_at
  @reserved_at
end

#usage_scoreObject

Returns the value of attribute usage_score

Returns:

  • (Object)

    the current value of usage_score



62
63
64
# File 'lib/osctld/cpu_scheduler.rb', line 62

def usage_score
  @usage_score
end