Class: RigidWorkflow::Configuration
- Inherits:
-
Struct
- Object
- Struct
- RigidWorkflow::Configuration
- Defined in:
- lib/rigid_workflow.rb
Overview
Configuration for RigidWorkflow
Instance Attribute Summary collapse
-
#admin_controller ⇒ Object
Returns the value of attribute admin_controller.
-
#logging ⇒ Object
Returns the value of attribute logging.
-
#max_attempts ⇒ Object
Returns the value of attribute max_attempts.
-
#retry_delay ⇒ Object
Returns the value of attribute retry_delay.
Instance Method Summary collapse
Instance Attribute Details
#admin_controller ⇒ Object
Returns the value of attribute admin_controller
18 19 20 |
# File 'lib/rigid_workflow.rb', line 18 def admin_controller @admin_controller end |
#logging ⇒ Object
Returns the value of attribute logging
18 19 20 |
# File 'lib/rigid_workflow.rb', line 18 def logging @logging end |
#max_attempts ⇒ Object
Returns the value of attribute max_attempts
18 19 20 |
# File 'lib/rigid_workflow.rb', line 18 def max_attempts @max_attempts end |
#retry_delay ⇒ Object
Returns the value of attribute retry_delay
18 19 20 |
# File 'lib/rigid_workflow.rb', line 18 def retry_delay @retry_delay end |
Instance Method Details
#logging? ⇒ Boolean
20 21 22 |
# File 'lib/rigid_workflow.rb', line 20 def logging? logging || false end |