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

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

Overview

most retired entries retained at once

Instance Attribute Summary collapse

Instance Attribute Details

#bufferObject

Returns the value of attribute buffer

Returns:

  • (Object)

    the current value of buffer



31
32
33
# File 'lib/rubino/tools/shell_registry.rb', line 31

def buffer
  @buffer
end

#commandObject

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



31
32
33
# File 'lib/rubino/tools/shell_registry.rb', line 31

def command
  @command
end

#cwdObject

Returns the value of attribute cwd

Returns:

  • (Object)

    the current value of cwd



31
32
33
# File 'lib/rubino/tools/shell_registry.rb', line 31

def cwd
  @cwd
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



31
32
33
# File 'lib/rubino/tools/shell_registry.rb', line 31

def id
  @id
end

#mutexObject

Returns the value of attribute mutex

Returns:

  • (Object)

    the current value of mutex



31
32
33
# File 'lib/rubino/tools/shell_registry.rb', line 31

def mutex
  @mutex
end

#notifiedObject

Returns the value of attribute notified

Returns:

  • (Object)

    the current value of notified



31
32
33
# File 'lib/rubino/tools/shell_registry.rb', line 31

def notified
  @notified
end

#pgidObject

Returns the value of attribute pgid

Returns:

  • (Object)

    the current value of pgid



31
32
33
# File 'lib/rubino/tools/shell_registry.rb', line 31

def pgid
  @pgid
end

#pidObject

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



31
32
33
# File 'lib/rubino/tools/shell_registry.rb', line 31

def pid
  @pid
end

#read_offsetObject

Returns the value of attribute read_offset

Returns:

  • (Object)

    the current value of read_offset



31
32
33
# File 'lib/rubino/tools/shell_registry.rb', line 31

def read_offset
  @read_offset
end

#reader_thrObject

Returns the value of attribute reader_thr

Returns:

  • (Object)

    the current value of reader_thr



31
32
33
# File 'lib/rubino/tools/shell_registry.rb', line 31

def reader_thr
  @reader_thr
end

#retired_atObject

Returns the value of attribute retired_at

Returns:

  • (Object)

    the current value of retired_at



31
32
33
# File 'lib/rubino/tools/shell_registry.rb', line 31

def retired_at
  @retired_at
end

#sinkObject

Returns the value of attribute sink

Returns:

  • (Object)

    the current value of sink



31
32
33
# File 'lib/rubino/tools/shell_registry.rb', line 31

def sink
  @sink
end

#started_atObject

Returns the value of attribute started_at

Returns:

  • (Object)

    the current value of started_at



31
32
33
# File 'lib/rubino/tools/shell_registry.rb', line 31

def started_at
  @started_at
end

#stdinObject

Returns the value of attribute stdin

Returns:

  • (Object)

    the current value of stdin



31
32
33
# File 'lib/rubino/tools/shell_registry.rb', line 31

def stdin
  @stdin
end

#wait_thrObject

Returns the value of attribute wait_thr

Returns:

  • (Object)

    the current value of wait_thr



31
32
33
# File 'lib/rubino/tools/shell_registry.rb', line 31

def wait_thr
  @wait_thr
end