Class: Textus::Domain::Jobs::Registry::Entry
- Inherits:
-
Struct
- Object
- Struct
- Textus::Domain::Jobs::Registry::Entry
- Defined in:
- lib/textus/domain/jobs/registry.rb
Instance Attribute Summary collapse
-
#handler ⇒ Object
Returns the value of attribute handler.
-
#max_attempts ⇒ Object
Returns the value of attribute max_attempts.
-
#required_role ⇒ Object
Returns the value of attribute required_role.
Instance Attribute Details
#handler ⇒ Object
Returns the value of attribute handler
8 9 10 |
# File 'lib/textus/domain/jobs/registry.rb', line 8 def handler @handler end |
#max_attempts ⇒ Object
Returns the value of attribute max_attempts
8 9 10 |
# File 'lib/textus/domain/jobs/registry.rb', line 8 def max_attempts @max_attempts end |
#required_role ⇒ Object
Returns the value of attribute required_role
8 9 10 |
# File 'lib/textus/domain/jobs/registry.rb', line 8 def required_role @required_role end |