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.
-
#pgid ⇒ Object
Returns the value of attribute pgid.
-
#pid ⇒ Object
Returns the value of attribute pid.
-
#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.
-
#wait_thr ⇒ Object
Returns the value of attribute wait_thr.
Instance Attribute Details
#buffer ⇒ Object
Returns the value of attribute buffer
31 32 33 |
# File 'lib/rubino/tools/shell_registry.rb', line 31 def buffer @buffer end |
#command ⇒ Object
Returns the value of attribute command
31 32 33 |
# File 'lib/rubino/tools/shell_registry.rb', line 31 def command @command end |
#cwd ⇒ Object
Returns the value of attribute cwd
31 32 33 |
# File 'lib/rubino/tools/shell_registry.rb', line 31 def cwd @cwd end |
#id ⇒ Object
Returns the value of attribute id
31 32 33 |
# File 'lib/rubino/tools/shell_registry.rb', line 31 def id @id end |
#mutex ⇒ Object
Returns the value of attribute mutex
31 32 33 |
# File 'lib/rubino/tools/shell_registry.rb', line 31 def mutex @mutex end |
#notified ⇒ Object
Returns the value of attribute notified
31 32 33 |
# File 'lib/rubino/tools/shell_registry.rb', line 31 def notified @notified end |
#pgid ⇒ Object
Returns the value of attribute pgid
31 32 33 |
# File 'lib/rubino/tools/shell_registry.rb', line 31 def pgid @pgid end |
#pid ⇒ Object
Returns the value of attribute pid
31 32 33 |
# File 'lib/rubino/tools/shell_registry.rb', line 31 def pid @pid end |
#read_offset ⇒ Object
Returns the value of attribute read_offset
31 32 33 |
# File 'lib/rubino/tools/shell_registry.rb', line 31 def read_offset @read_offset end |
#reader_thr ⇒ Object
Returns the value of attribute reader_thr
31 32 33 |
# File 'lib/rubino/tools/shell_registry.rb', line 31 def reader_thr @reader_thr end |
#retired_at ⇒ Object
Returns the value of attribute retired_at
31 32 33 |
# File 'lib/rubino/tools/shell_registry.rb', line 31 def retired_at @retired_at end |
#sink ⇒ Object
Returns the value of attribute sink
31 32 33 |
# File 'lib/rubino/tools/shell_registry.rb', line 31 def sink @sink end |
#started_at ⇒ Object
Returns the value of attribute started_at
31 32 33 |
# File 'lib/rubino/tools/shell_registry.rb', line 31 def started_at @started_at end |
#stdin ⇒ Object
Returns the value of attribute stdin
31 32 33 |
# File 'lib/rubino/tools/shell_registry.rb', line 31 def stdin @stdin end |
#wait_thr ⇒ Object
Returns the value of attribute wait_thr
31 32 33 |
# File 'lib/rubino/tools/shell_registry.rb', line 31 def wait_thr @wait_thr end |