Class: Rubino::Tools::ShellRegistry::Entry
- Inherits:
-
Struct
- Object
- Struct
- Rubino::Tools::ShellRegistry::Entry
- Defined in:
- lib/rubino/tools/shell_registry.rb
Overview
most retired entries retained at once
Instance Attribute Summary collapse
-
#buffer ⇒ Object
Returns the value of attribute buffer.
-
#command ⇒ Object
Returns the value of attribute command.
-
#cwd ⇒ Object
Returns the value of attribute cwd.
-
#id ⇒ Object
Returns the value of attribute id.
-
#mutex ⇒ Object
Returns the value of attribute mutex.
-
#notified ⇒ Object
Returns the value of attribute notified.
-
#owner_subagent_id ⇒ Object
Returns the value of attribute owner_subagent_id.
-
#pgid ⇒ Object
Returns the value of attribute pgid.
-
#pid ⇒ Object
Returns the value of attribute pid.
-
#pty ⇒ Object
Returns the value of attribute pty.
-
#read_offset ⇒ Object
Returns the value of attribute read_offset.
-
#reader_thr ⇒ Object
Returns the value of attribute reader_thr.
-
#retired_at ⇒ Object
Returns the value of attribute retired_at.
-
#sink ⇒ Object
Returns the value of attribute sink.
-
#started_at ⇒ Object
Returns the value of attribute started_at.
-
#stdin ⇒ Object
Returns the value of attribute stdin.
-
#stopped ⇒ Object
Returns the value of attribute stopped.
-
#wait_thr ⇒ Object
Returns the value of attribute wait_thr.
Instance Attribute Details
#buffer ⇒ Object
Returns the value of attribute buffer
34 35 36 |
# File 'lib/rubino/tools/shell_registry.rb', line 34 def buffer @buffer end |
#command ⇒ Object
Returns the value of attribute command
34 35 36 |
# File 'lib/rubino/tools/shell_registry.rb', line 34 def command @command end |
#cwd ⇒ Object
Returns the value of attribute cwd
34 35 36 |
# File 'lib/rubino/tools/shell_registry.rb', line 34 def cwd @cwd end |
#id ⇒ Object
Returns the value of attribute id
34 35 36 |
# File 'lib/rubino/tools/shell_registry.rb', line 34 def id @id end |
#mutex ⇒ Object
Returns the value of attribute mutex
34 35 36 |
# File 'lib/rubino/tools/shell_registry.rb', line 34 def mutex @mutex end |
#notified ⇒ Object
Returns the value of attribute notified
34 35 36 |
# File 'lib/rubino/tools/shell_registry.rb', line 34 def notified @notified end |
#owner_subagent_id ⇒ Object
Returns the value of attribute owner_subagent_id
34 35 36 |
# File 'lib/rubino/tools/shell_registry.rb', line 34 def owner_subagent_id @owner_subagent_id end |
#pgid ⇒ Object
Returns the value of attribute pgid
34 35 36 |
# File 'lib/rubino/tools/shell_registry.rb', line 34 def pgid @pgid end |
#pid ⇒ Object
Returns the value of attribute pid
34 35 36 |
# File 'lib/rubino/tools/shell_registry.rb', line 34 def pid @pid end |
#pty ⇒ Object
Returns the value of attribute pty
34 35 36 |
# File 'lib/rubino/tools/shell_registry.rb', line 34 def pty @pty end |
#read_offset ⇒ Object
Returns the value of attribute read_offset
34 35 36 |
# File 'lib/rubino/tools/shell_registry.rb', line 34 def read_offset @read_offset end |
#reader_thr ⇒ Object
Returns the value of attribute reader_thr
34 35 36 |
# File 'lib/rubino/tools/shell_registry.rb', line 34 def reader_thr @reader_thr end |
#retired_at ⇒ Object
Returns the value of attribute retired_at
34 35 36 |
# File 'lib/rubino/tools/shell_registry.rb', line 34 def retired_at @retired_at end |
#sink ⇒ Object
Returns the value of attribute sink
34 35 36 |
# File 'lib/rubino/tools/shell_registry.rb', line 34 def sink @sink end |
#started_at ⇒ Object
Returns the value of attribute started_at
34 35 36 |
# File 'lib/rubino/tools/shell_registry.rb', line 34 def started_at @started_at end |
#stdin ⇒ Object
Returns the value of attribute stdin
34 35 36 |
# File 'lib/rubino/tools/shell_registry.rb', line 34 def stdin @stdin end |
#stopped ⇒ Object
Returns the value of attribute stopped
34 35 36 |
# File 'lib/rubino/tools/shell_registry.rb', line 34 def stopped @stopped end |
#wait_thr ⇒ Object
Returns the value of attribute wait_thr
34 35 36 |
# File 'lib/rubino/tools/shell_registry.rb', line 34 def wait_thr @wait_thr end |