Class: Kanrisuru::Core::System::ProcessInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/kanrisuru/core/system/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#commandObject

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



70
71
72
# File 'lib/kanrisuru/core/system/types.rb', line 70

def command
  @command
end

#cpu_timeObject

Returns the value of attribute cpu_time

Returns:

  • (Object)

    the current value of cpu_time



70
71
72
# File 'lib/kanrisuru/core/system/types.rb', line 70

def cpu_time
  @cpu_time
end

#cpu_usageObject

Returns the value of attribute cpu_usage

Returns:

  • (Object)

    the current value of cpu_usage



70
71
72
# File 'lib/kanrisuru/core/system/types.rb', line 70

def cpu_usage
  @cpu_usage
end

#flagsObject

Returns the value of attribute flags

Returns:

  • (Object)

    the current value of flags



70
71
72
# File 'lib/kanrisuru/core/system/types.rb', line 70

def flags
  @flags
end

#gidObject

Returns the value of attribute gid

Returns:

  • (Object)

    the current value of gid



70
71
72
# File 'lib/kanrisuru/core/system/types.rb', line 70

def gid
  @gid
end

#groupObject

Returns the value of attribute group

Returns:

  • (Object)

    the current value of group



70
71
72
# File 'lib/kanrisuru/core/system/types.rb', line 70

def group
  @group
end

#memory_usageObject

Returns the value of attribute memory_usage

Returns:

  • (Object)

    the current value of memory_usage



70
71
72
# File 'lib/kanrisuru/core/system/types.rb', line 70

def memory_usage
  @memory_usage
end

#pidObject

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



70
71
72
# File 'lib/kanrisuru/core/system/types.rb', line 70

def pid
  @pid
end

#policyObject

Returns the value of attribute policy

Returns:

  • (Object)

    the current value of policy



70
71
72
# File 'lib/kanrisuru/core/system/types.rb', line 70

def policy
  @policy
end

#policy_abbrObject

Returns the value of attribute policy_abbr

Returns:

  • (Object)

    the current value of policy_abbr



70
71
72
# File 'lib/kanrisuru/core/system/types.rb', line 70

def policy_abbr
  @policy_abbr
end

#ppidObject

Returns the value of attribute ppid

Returns:

  • (Object)

    the current value of ppid



70
71
72
# File 'lib/kanrisuru/core/system/types.rb', line 70

def ppid
  @ppid
end

#priorityObject

Returns the value of attribute priority

Returns:

  • (Object)

    the current value of priority



70
71
72
# File 'lib/kanrisuru/core/system/types.rb', line 70

def priority
  @priority
end

#statObject

Returns the value of attribute stat

Returns:

  • (Object)

    the current value of stat



70
71
72
# File 'lib/kanrisuru/core/system/types.rb', line 70

def stat
  @stat
end

#uidObject

Returns the value of attribute uid

Returns:

  • (Object)

    the current value of uid



70
71
72
# File 'lib/kanrisuru/core/system/types.rb', line 70

def uid
  @uid
end

#userObject

Returns the value of attribute user

Returns:

  • (Object)

    the current value of user



70
71
72
# File 'lib/kanrisuru/core/system/types.rb', line 70

def user
  @user
end