Class: Kanrisuru::Core::System::UserLoggedIn

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



80
81
82
# File 'lib/kanrisuru/core/system/types.rb', line 80

def command
  @command
end

#idleObject

Returns the value of attribute idle

Returns:

  • (Object)

    the current value of idle



80
81
82
# File 'lib/kanrisuru/core/system/types.rb', line 80

def idle
  @idle
end

#ipObject

Returns the value of attribute ip

Returns:

  • (Object)

    the current value of ip



80
81
82
# File 'lib/kanrisuru/core/system/types.rb', line 80

def ip
  @ip
end

#jcpuObject

Returns the value of attribute jcpu

Returns:

  • (Object)

    the current value of jcpu



80
81
82
# File 'lib/kanrisuru/core/system/types.rb', line 80

def jcpu
  @jcpu
end

#loginObject

Returns the value of attribute login

Returns:

  • (Object)

    the current value of login



80
81
82
# File 'lib/kanrisuru/core/system/types.rb', line 80

def 
  @login
end

#pcpuObject

Returns the value of attribute pcpu

Returns:

  • (Object)

    the current value of pcpu



80
81
82
# File 'lib/kanrisuru/core/system/types.rb', line 80

def pcpu
  @pcpu
end

#ttyObject

Returns the value of attribute tty

Returns:

  • (Object)

    the current value of tty



80
81
82
# File 'lib/kanrisuru/core/system/types.rb', line 80

def tty
  @tty
end

#userObject

Returns the value of attribute user

Returns:

  • (Object)

    the current value of user



80
81
82
# File 'lib/kanrisuru/core/system/types.rb', line 80

def user
  @user
end