Class: Forked::Worker
- Inherits:
-
Struct
- Object
- Struct
- Forked::Worker
- Defined in:
- lib/forked/worker.rb
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#name ⇒ Object
Returns the value of attribute name.
-
#on_error ⇒ Object
Returns the value of attribute on_error.
-
#retry_backoff_limit ⇒ Object
Returns the value of attribute retry_backoff_limit.
-
#retry_strategy ⇒ Object
Returns the value of attribute retry_strategy.
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
2 3 4 |
# File 'lib/forked/worker.rb', line 2 def block @block end |
#name ⇒ Object
Returns the value of attribute name
2 3 4 |
# File 'lib/forked/worker.rb', line 2 def name @name end |
#on_error ⇒ Object
Returns the value of attribute on_error
2 3 4 |
# File 'lib/forked/worker.rb', line 2 def on_error @on_error end |
#retry_backoff_limit ⇒ Object
Returns the value of attribute retry_backoff_limit
2 3 4 |
# File 'lib/forked/worker.rb', line 2 def retry_backoff_limit @retry_backoff_limit end |
#retry_strategy ⇒ Object
Returns the value of attribute retry_strategy
2 3 4 |
# File 'lib/forked/worker.rb', line 2 def retry_strategy @retry_strategy end |