Class: Resque::Forker::Options
- Inherits:
-
Struct
- Object
- Struct
- Resque::Forker::Options
- Defined in:
- lib/resque/forker.rb
Instance Attribute Summary collapse
-
#interval ⇒ Object
Returns the value of attribute interval.
-
#terminate ⇒ Object
Returns the value of attribute terminate.
-
#verbose ⇒ Object
Returns the value of attribute verbose.
-
#very_verbose ⇒ Object
Returns the value of attribute very_verbose.
Instance Attribute Details
#interval ⇒ Object
Returns the value of attribute interval
67 68 69 |
# File 'lib/resque/forker.rb', line 67 def interval @interval end |
#terminate ⇒ Object
Returns the value of attribute terminate
67 68 69 |
# File 'lib/resque/forker.rb', line 67 def terminate @terminate end |
#verbose ⇒ Object
Returns the value of attribute verbose
67 68 69 |
# File 'lib/resque/forker.rb', line 67 def verbose @verbose end |
#very_verbose ⇒ Object
Returns the value of attribute very_verbose
67 68 69 |
# File 'lib/resque/forker.rb', line 67 def very_verbose @very_verbose end |