Class: Rubino::Tools::ShellRegistry::Entry
- Inherits:
-
Struct
- Object
- Struct
- Rubino::Tools::ShellRegistry::Entry
- Defined in:
- lib/rubino/tools/shell_registry.rb
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.
-
#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.
-
#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
17 18 19 |
# File 'lib/rubino/tools/shell_registry.rb', line 17 def buffer @buffer end |
#command ⇒ Object
Returns the value of attribute command
17 18 19 |
# File 'lib/rubino/tools/shell_registry.rb', line 17 def command @command end |
#cwd ⇒ Object
Returns the value of attribute cwd
17 18 19 |
# File 'lib/rubino/tools/shell_registry.rb', line 17 def cwd @cwd end |
#id ⇒ Object
Returns the value of attribute id
17 18 19 |
# File 'lib/rubino/tools/shell_registry.rb', line 17 def id @id end |
#mutex ⇒ Object
Returns the value of attribute mutex
17 18 19 |
# File 'lib/rubino/tools/shell_registry.rb', line 17 def mutex @mutex end |
#pgid ⇒ Object
Returns the value of attribute pgid
17 18 19 |
# File 'lib/rubino/tools/shell_registry.rb', line 17 def pgid @pgid end |
#pid ⇒ Object
Returns the value of attribute pid
17 18 19 |
# File 'lib/rubino/tools/shell_registry.rb', line 17 def pid @pid end |
#read_offset ⇒ Object
Returns the value of attribute read_offset
17 18 19 |
# File 'lib/rubino/tools/shell_registry.rb', line 17 def read_offset @read_offset end |
#reader_thr ⇒ Object
Returns the value of attribute reader_thr
17 18 19 |
# File 'lib/rubino/tools/shell_registry.rb', line 17 def reader_thr @reader_thr end |
#started_at ⇒ Object
Returns the value of attribute started_at
17 18 19 |
# File 'lib/rubino/tools/shell_registry.rb', line 17 def started_at @started_at end |
#stdin ⇒ Object
Returns the value of attribute stdin
17 18 19 |
# File 'lib/rubino/tools/shell_registry.rb', line 17 def stdin @stdin end |
#wait_thr ⇒ Object
Returns the value of attribute wait_thr
17 18 19 |
# File 'lib/rubino/tools/shell_registry.rb', line 17 def wait_thr @wait_thr end |