Class: Clacky::Tools::Terminal::SessionManager::Session

Inherits:
Struct
  • Object
show all
Defined in:
lib/clacky/tools/terminal/session_manager.rb

Instance Attribute Summary collapse

Instance Attribute Details

#commandObject

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



27
28
29
# File 'lib/clacky/tools/terminal/session_manager.rb', line 27

def command
  @command
end

#cwdObject

Returns the value of attribute cwd

Returns:

  • (Object)

    the current value of cwd



27
28
29
# File 'lib/clacky/tools/terminal/session_manager.rb', line 27

def cwd
  @cwd
end

#exit_codeObject

Returns the value of attribute exit_code

Returns:

  • (Object)

    the current value of exit_code



27
28
29
# File 'lib/clacky/tools/terminal/session_manager.rb', line 27

def exit_code
  @exit_code
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



27
28
29
# File 'lib/clacky/tools/terminal/session_manager.rb', line 27

def id
  @id
end

#log_fileObject

Returns the value of attribute log_file

Returns:

  • (Object)

    the current value of log_file



27
28
29
# File 'lib/clacky/tools/terminal/session_manager.rb', line 27

def log_file
  @log_file
end

#log_ioObject

Returns the value of attribute log_io

Returns:

  • (Object)

    the current value of log_io



27
28
29
# File 'lib/clacky/tools/terminal/session_manager.rb', line 27

def log_io
  @log_io
end

#marker_regexObject

Returns the value of attribute marker_regex

Returns:

  • (Object)

    the current value of marker_regex



27
28
29
# File 'lib/clacky/tools/terminal/session_manager.rb', line 27

def marker_regex
  @marker_regex
end

#marker_tokenObject

Returns the value of attribute marker_token

Returns:

  • (Object)

    the current value of marker_token



27
28
29
# File 'lib/clacky/tools/terminal/session_manager.rb', line 27

def marker_token
  @marker_token
end

#modeObject

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



27
28
29
# File 'lib/clacky/tools/terminal/session_manager.rb', line 27

def mode
  @mode
end

#mutexObject

Returns the value of attribute mutex

Returns:

  • (Object)

    the current value of mutex



27
28
29
# File 'lib/clacky/tools/terminal/session_manager.rb', line 27

def mutex
  @mutex
end

#pidObject

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



27
28
29
# File 'lib/clacky/tools/terminal/session_manager.rb', line 27

def pid
  @pid
end

#read_offsetObject

Returns the value of attribute read_offset

Returns:

  • (Object)

    the current value of read_offset



27
28
29
# File 'lib/clacky/tools/terminal/session_manager.rb', line 27

def read_offset
  @read_offset
end

#readerObject

Returns the value of attribute reader

Returns:

  • (Object)

    the current value of reader



27
28
29
# File 'lib/clacky/tools/terminal/session_manager.rb', line 27

def reader
  @reader
end

#reader_threadObject

Returns the value of attribute reader_thread

Returns:

  • (Object)

    the current value of reader_thread



27
28
29
# File 'lib/clacky/tools/terminal/session_manager.rb', line 27

def reader_thread
  @reader_thread
end

#shell_nameObject

Returns the value of attribute shell_name

Returns:

  • (Object)

    the current value of shell_name



27
28
29
# File 'lib/clacky/tools/terminal/session_manager.rb', line 27

def shell_name
  @shell_name
end

#started_atObject

Returns the value of attribute started_at

Returns:

  • (Object)

    the current value of started_at



27
28
29
# File 'lib/clacky/tools/terminal/session_manager.rb', line 27

def started_at
  @started_at
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



27
28
29
# File 'lib/clacky/tools/terminal/session_manager.rb', line 27

def status
  @status
end

#writerObject

Returns the value of attribute writer

Returns:

  • (Object)

    the current value of writer



27
28
29
# File 'lib/clacky/tools/terminal/session_manager.rb', line 27

def writer
  @writer
end