Class: DirectoryWatcher::Threaded::ThreadContainer
- Inherits:
-
Struct
- Object
- Struct
- DirectoryWatcher::Threaded::ThreadContainer
- Defined in:
- lib/directory_watcher/threaded.rb
Instance Attribute Summary (collapse)
-
- (Object) continue_on_error
Returns the value of attribute continue_on_error.
-
- (Object) interval
Returns the value of attribute interval.
-
- (Object) iterations
Returns the value of attribute iterations.
-
- (Object) maximum_iterations
Returns the value of attribute maximum_iterations.
-
- (Object) running
Returns the value of attribute running.
-
- (Object) thread
Returns the value of attribute thread.
-
- (Object) working
Returns the value of attribute working.
Instance Attribute Details
- (Object) continue_on_error
Returns the value of attribute 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
212 213 214 |
# File 'lib/directory_watcher/threaded.rb', line 212 def interval @interval end |
- (Object) iterations
Returns the value of attribute 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
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
212 213 214 |
# File 'lib/directory_watcher/threaded.rb', line 212 def running @running end |
- (Object) thread
Returns the value of attribute thread
212 213 214 |
# File 'lib/directory_watcher/threaded.rb', line 212 def thread @thread end |
- (Object) working
Returns the value of attribute working
212 213 214 |
# File 'lib/directory_watcher/threaded.rb', line 212 def working @working end |