Class: Procps::SchedulingPolicy

Inherits:
Column::Type show all
Defined in:
lib/procps/column_types/scheduling_policy.rb

Overview

The column type for a policy column.

Instance Attribute Summary collapse

Attributes inherited from Column::Type

#original

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

#valueObject (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