Class: Clacky::Tools::Terminal::SessionManager::Session
- Inherits:
-
Struct
- Object
- Struct
- Clacky::Tools::Terminal::SessionManager::Session
- Defined in:
- lib/clacky/tools/terminal/session_manager.rb
Instance Attribute Summary collapse
-
#command ⇒ Object
Returns the value of attribute command.
-
#cwd ⇒ Object
Returns the value of attribute cwd.
-
#exit_code ⇒ Object
Returns the value of attribute exit_code.
-
#id ⇒ Object
Returns the value of attribute id.
-
#log_file ⇒ Object
Returns the value of attribute log_file.
-
#log_io ⇒ Object
Returns the value of attribute log_io.
-
#marker_regex ⇒ Object
Returns the value of attribute marker_regex.
-
#marker_token ⇒ Object
Returns the value of attribute marker_token.
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#mutex ⇒ Object
Returns the value of attribute mutex.
-
#pid ⇒ Object
Returns the value of attribute pid.
-
#read_offset ⇒ Object
Returns the value of attribute read_offset.
-
#reader ⇒ Object
Returns the value of attribute reader.
-
#reader_thread ⇒ Object
Returns the value of attribute reader_thread.
-
#shell_name ⇒ Object
Returns the value of attribute shell_name.
-
#started_at ⇒ Object
Returns the value of attribute started_at.
-
#status ⇒ Object
Returns the value of attribute status.
-
#writer ⇒ Object
Returns the value of attribute writer.
Instance Attribute Details
#command ⇒ Object
Returns the value of attribute command
27 28 29 |
# File 'lib/clacky/tools/terminal/session_manager.rb', line 27 def command @command end |
#cwd ⇒ Object
Returns the value of attribute cwd
27 28 29 |
# File 'lib/clacky/tools/terminal/session_manager.rb', line 27 def cwd @cwd end |
#exit_code ⇒ Object
Returns the value of attribute exit_code
27 28 29 |
# File 'lib/clacky/tools/terminal/session_manager.rb', line 27 def exit_code @exit_code end |
#id ⇒ Object
Returns the value of attribute id
27 28 29 |
# File 'lib/clacky/tools/terminal/session_manager.rb', line 27 def id @id end |
#log_file ⇒ Object
Returns the value of attribute log_file
27 28 29 |
# File 'lib/clacky/tools/terminal/session_manager.rb', line 27 def log_file @log_file end |
#log_io ⇒ Object
Returns the value of attribute log_io
27 28 29 |
# File 'lib/clacky/tools/terminal/session_manager.rb', line 27 def log_io @log_io end |
#marker_regex ⇒ Object
Returns the value of attribute marker_regex
27 28 29 |
# File 'lib/clacky/tools/terminal/session_manager.rb', line 27 def marker_regex @marker_regex end |
#marker_token ⇒ Object
Returns the value of attribute marker_token
27 28 29 |
# File 'lib/clacky/tools/terminal/session_manager.rb', line 27 def marker_token @marker_token end |
#mode ⇒ Object
Returns the value of attribute mode
27 28 29 |
# File 'lib/clacky/tools/terminal/session_manager.rb', line 27 def mode @mode end |
#mutex ⇒ Object
Returns the value of attribute mutex
27 28 29 |
# File 'lib/clacky/tools/terminal/session_manager.rb', line 27 def mutex @mutex end |
#pid ⇒ Object
Returns the value of attribute pid
27 28 29 |
# File 'lib/clacky/tools/terminal/session_manager.rb', line 27 def pid @pid end |
#read_offset ⇒ Object
Returns the value of attribute read_offset
27 28 29 |
# File 'lib/clacky/tools/terminal/session_manager.rb', line 27 def read_offset @read_offset end |
#reader ⇒ Object
Returns the value of attribute reader
27 28 29 |
# File 'lib/clacky/tools/terminal/session_manager.rb', line 27 def reader @reader end |
#reader_thread ⇒ Object
Returns the value of attribute reader_thread
27 28 29 |
# File 'lib/clacky/tools/terminal/session_manager.rb', line 27 def reader_thread @reader_thread end |
#shell_name ⇒ Object
Returns the value of attribute shell_name
27 28 29 |
# File 'lib/clacky/tools/terminal/session_manager.rb', line 27 def shell_name @shell_name end |
#started_at ⇒ Object
Returns the value of attribute started_at
27 28 29 |
# File 'lib/clacky/tools/terminal/session_manager.rb', line 27 def started_at @started_at end |
#status ⇒ Object
Returns the value of attribute status
27 28 29 |
# File 'lib/clacky/tools/terminal/session_manager.rb', line 27 def status @status end |
#writer ⇒ Object
Returns the value of attribute writer
27 28 29 |
# File 'lib/clacky/tools/terminal/session_manager.rb', line 27 def writer @writer end |