Class: Kanrisuru::Core::System::UserLoggedIn
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::System::UserLoggedIn
- Defined in:
- lib/kanrisuru/core/system/types.rb
Instance Attribute Summary collapse
-
#command ⇒ Object
Returns the value of attribute command.
-
#idle ⇒ Object
Returns the value of attribute idle.
-
#ip ⇒ Object
Returns the value of attribute ip.
-
#jcpu ⇒ Object
Returns the value of attribute jcpu.
-
#login ⇒ Object
Returns the value of attribute login.
-
#pcpu ⇒ Object
Returns the value of attribute pcpu.
-
#tty ⇒ Object
Returns the value of attribute tty.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Attribute Details
#command ⇒ Object
Returns the value of attribute command
80 81 82 |
# File 'lib/kanrisuru/core/system/types.rb', line 80 def command @command end |
#idle ⇒ Object
Returns the value of attribute idle
80 81 82 |
# File 'lib/kanrisuru/core/system/types.rb', line 80 def idle @idle end |
#ip ⇒ Object
Returns the value of attribute ip
80 81 82 |
# File 'lib/kanrisuru/core/system/types.rb', line 80 def ip @ip end |
#jcpu ⇒ Object
Returns the value of attribute jcpu
80 81 82 |
# File 'lib/kanrisuru/core/system/types.rb', line 80 def jcpu @jcpu end |
#login ⇒ Object
Returns the value of attribute login
80 81 82 |
# File 'lib/kanrisuru/core/system/types.rb', line 80 def login @login end |
#pcpu ⇒ Object
Returns the value of attribute pcpu
80 81 82 |
# File 'lib/kanrisuru/core/system/types.rb', line 80 def pcpu @pcpu end |
#tty ⇒ Object
Returns the value of attribute tty
80 81 82 |
# File 'lib/kanrisuru/core/system/types.rb', line 80 def tty @tty end |
#user ⇒ Object
Returns the value of attribute user
80 81 82 |
# File 'lib/kanrisuru/core/system/types.rb', line 80 def user @user end |