Class: Rubino::Tools::ShellRegistry::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/rubino/tools/shell_registry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bufferObject

Returns the value of attribute buffer

Returns:

  • (Object)

    the current value of buffer



17
18
19
# File 'lib/rubino/tools/shell_registry.rb', line 17

def buffer
  @buffer
end

#commandObject

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



17
18
19
# File 'lib/rubino/tools/shell_registry.rb', line 17

def command
  @command
end

#cwdObject

Returns the value of attribute cwd

Returns:

  • (Object)

    the current value of cwd



17
18
19
# File 'lib/rubino/tools/shell_registry.rb', line 17

def cwd
  @cwd
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



17
18
19
# File 'lib/rubino/tools/shell_registry.rb', line 17

def id
  @id
end

#mutexObject

Returns the value of attribute mutex

Returns:

  • (Object)

    the current value of mutex



17
18
19
# File 'lib/rubino/tools/shell_registry.rb', line 17

def mutex
  @mutex
end

#pgidObject

Returns the value of attribute pgid

Returns:

  • (Object)

    the current value of pgid



17
18
19
# File 'lib/rubino/tools/shell_registry.rb', line 17

def pgid
  @pgid
end

#pidObject

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



17
18
19
# File 'lib/rubino/tools/shell_registry.rb', line 17

def pid
  @pid
end

#read_offsetObject

Returns the value of attribute read_offset

Returns:

  • (Object)

    the current value of read_offset



17
18
19
# File 'lib/rubino/tools/shell_registry.rb', line 17

def read_offset
  @read_offset
end

#reader_thrObject

Returns the value of attribute reader_thr

Returns:

  • (Object)

    the current value of reader_thr



17
18
19
# File 'lib/rubino/tools/shell_registry.rb', line 17

def reader_thr
  @reader_thr
end

#started_atObject

Returns the value of attribute started_at

Returns:

  • (Object)

    the current value of started_at



17
18
19
# File 'lib/rubino/tools/shell_registry.rb', line 17

def started_at
  @started_at
end

#stdinObject

Returns the value of attribute stdin

Returns:

  • (Object)

    the current value of stdin



17
18
19
# File 'lib/rubino/tools/shell_registry.rb', line 17

def stdin
  @stdin
end

#wait_thrObject

Returns the value of attribute wait_thr

Returns:

  • (Object)

    the current value of wait_thr



17
18
19
# File 'lib/rubino/tools/shell_registry.rb', line 17

def wait_thr
  @wait_thr
end