Class: Kanrisuru::Core::System::ProcessInfo
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::System::ProcessInfo
- Defined in:
- lib/kanrisuru/core/system/types.rb
Instance Attribute Summary collapse
-
#command ⇒ Object
Returns the value of attribute command.
-
#cpu_time ⇒ Object
Returns the value of attribute cpu_time.
-
#cpu_usage ⇒ Object
Returns the value of attribute cpu_usage.
-
#flags ⇒ Object
Returns the value of attribute flags.
-
#gid ⇒ Object
Returns the value of attribute gid.
-
#group ⇒ Object
Returns the value of attribute group.
-
#memory_usage ⇒ Object
Returns the value of attribute memory_usage.
-
#pid ⇒ Object
Returns the value of attribute pid.
-
#policy ⇒ Object
Returns the value of attribute policy.
-
#policy_abbr ⇒ Object
Returns the value of attribute policy_abbr.
-
#ppid ⇒ Object
Returns the value of attribute ppid.
-
#priority ⇒ Object
Returns the value of attribute priority.
-
#stat ⇒ Object
Returns the value of attribute stat.
-
#uid ⇒ Object
Returns the value of attribute uid.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Attribute Details
#command ⇒ Object
Returns the value of attribute command
70 71 72 |
# File 'lib/kanrisuru/core/system/types.rb', line 70 def command @command end |
#cpu_time ⇒ Object
Returns the value of attribute cpu_time
70 71 72 |
# File 'lib/kanrisuru/core/system/types.rb', line 70 def cpu_time @cpu_time end |
#cpu_usage ⇒ Object
Returns the value of attribute cpu_usage
70 71 72 |
# File 'lib/kanrisuru/core/system/types.rb', line 70 def cpu_usage @cpu_usage end |
#flags ⇒ Object
Returns the value of attribute flags
70 71 72 |
# File 'lib/kanrisuru/core/system/types.rb', line 70 def flags @flags end |
#gid ⇒ Object
Returns the value of attribute gid
70 71 72 |
# File 'lib/kanrisuru/core/system/types.rb', line 70 def gid @gid end |
#group ⇒ Object
Returns the value of attribute group
70 71 72 |
# File 'lib/kanrisuru/core/system/types.rb', line 70 def group @group end |
#memory_usage ⇒ Object
Returns the value of attribute memory_usage
70 71 72 |
# File 'lib/kanrisuru/core/system/types.rb', line 70 def memory_usage @memory_usage end |
#pid ⇒ Object
Returns the value of attribute pid
70 71 72 |
# File 'lib/kanrisuru/core/system/types.rb', line 70 def pid @pid end |
#policy ⇒ Object
Returns the value of attribute policy
70 71 72 |
# File 'lib/kanrisuru/core/system/types.rb', line 70 def policy @policy end |
#policy_abbr ⇒ Object
Returns the value of attribute policy_abbr
70 71 72 |
# File 'lib/kanrisuru/core/system/types.rb', line 70 def policy_abbr @policy_abbr end |
#ppid ⇒ Object
Returns the value of attribute ppid
70 71 72 |
# File 'lib/kanrisuru/core/system/types.rb', line 70 def ppid @ppid end |
#priority ⇒ Object
Returns the value of attribute priority
70 71 72 |
# File 'lib/kanrisuru/core/system/types.rb', line 70 def priority @priority end |
#stat ⇒ Object
Returns the value of attribute stat
70 71 72 |
# File 'lib/kanrisuru/core/system/types.rb', line 70 def stat @stat end |
#uid ⇒ Object
Returns the value of attribute uid
70 71 72 |
# File 'lib/kanrisuru/core/system/types.rb', line 70 def uid @uid end |
#user ⇒ Object
Returns the value of attribute user
70 71 72 |
# File 'lib/kanrisuru/core/system/types.rb', line 70 def user @user end |