Class: Procps::SchedulingPolicy
- Inherits:
-
Column::Type
- Object
- Column::Type
- Procps::SchedulingPolicy
- Defined in:
- lib/procps/column_types/scheduling_policy.rb
Overview
The column type for a policy column.
Instance Attribute Summary collapse
-
#value ⇒ Object
(also: #to_sym)
readonly
Returns the value of attribute value.
Attributes inherited from Column::Type
Method Summary
Methods inherited from Column::Type
call, #initialize, #inspect, #to_h
Constructor Details
This class inherits a constructor from Procps::Column::Type
Instance Attribute Details
#value ⇒ Object (readonly) Also known as: to_sym
Returns the value of attribute value.
6 7 8 |
# File 'lib/procps/column_types/scheduling_policy.rb', line 6 def value @value end |