Class: Servolux::Threaded::ThreadContainer
- Inherits:
-
Struct
- Object
- Struct
- Servolux::Threaded::ThreadContainer
- Defined in:
- lib/servolux/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) use_strict_interval
Returns the value of attribute use_strict_interval.
Instance Attribute Details
- (Object) continue_on_error
Returns the value of attribute continue_on_error
227 228 229 |
# File 'lib/servolux/threaded.rb', line 227 def continue_on_error @continue_on_error end |
- (Object) interval
Returns the value of attribute interval
227 228 229 |
# File 'lib/servolux/threaded.rb', line 227 def interval @interval end |
- (Object) iterations
Returns the value of attribute iterations
227 228 229 |
# File 'lib/servolux/threaded.rb', line 227 def iterations @iterations end |
- (Object) maximum_iterations
Returns the value of attribute maximum_iterations
227 228 229 |
# File 'lib/servolux/threaded.rb', line 227 def maximum_iterations @maximum_iterations end |
- (Object) running
Returns the value of attribute running
227 228 229 |
# File 'lib/servolux/threaded.rb', line 227 def running @running end |
- (Object) thread
Returns the value of attribute thread
227 228 229 |
# File 'lib/servolux/threaded.rb', line 227 def thread @thread end |
- (Object) use_strict_interval
Returns the value of attribute use_strict_interval
227 228 229 |
# File 'lib/servolux/threaded.rb', line 227 def use_strict_interval @use_strict_interval end |