Class: DirectoryWatcher::Threaded::ThreadContainer

Inherits:
Struct
  • Object
show all
Defined in:
lib/directory_watcher/threaded.rb

Instance Attribute Summary (collapse)

Instance Attribute Details

- (Object) continue_on_error

Returns the value of attribute continue_on_error

Returns:

  • (Object)

    the current value of continue_on_error



212
213
214
# File 'lib/directory_watcher/threaded.rb', line 212

def continue_on_error
  @continue_on_error
end

- (Object) interval

Returns the value of attribute interval

Returns:

  • (Object)

    the current value of interval



212
213
214
# File 'lib/directory_watcher/threaded.rb', line 212

def interval
  @interval
end

- (Object) iterations

Returns the value of attribute iterations

Returns:

  • (Object)

    the current value of iterations



212
213
214
# File 'lib/directory_watcher/threaded.rb', line 212

def iterations
  @iterations
end

- (Object) maximum_iterations

Returns the value of attribute maximum_iterations

Returns:

  • (Object)

    the current value of maximum_iterations



212
213
214
# File 'lib/directory_watcher/threaded.rb', line 212

def maximum_iterations
  @maximum_iterations
end

- (Object) running

Returns the value of attribute running

Returns:

  • (Object)

    the current value of running



212
213
214
# File 'lib/directory_watcher/threaded.rb', line 212

def running
  @running
end

- (Object) thread

Returns the value of attribute thread

Returns:

  • (Object)

    the current value of thread



212
213
214
# File 'lib/directory_watcher/threaded.rb', line 212

def thread
  @thread
end

- (Object) working

Returns the value of attribute working

Returns:

  • (Object)

    the current value of working



212
213
214
# File 'lib/directory_watcher/threaded.rb', line 212

def working
  @working
end