Class: JobRunner::RegisteredRunner
- Inherits:
-
Struct
- Object
- Struct
- JobRunner::RegisteredRunner
- Defined in:
- backend/app/lib/job_runner.rb
Instance Attribute Summary collapse
-
#cancel_permissions ⇒ Object
Returns the value of attribute cancel_permissions.
-
#create_permissions ⇒ Object
Returns the value of attribute create_permissions.
-
#hidden ⇒ Object
Returns the value of attribute hidden.
-
#run_concurrently ⇒ Object
Returns the value of attribute run_concurrently.
-
#runner ⇒ Object
Returns the value of attribute runner.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#cancel_permissions ⇒ Object
Returns the value of attribute cancel_permissions
9 10 11 |
# File 'backend/app/lib/job_runner.rb', line 9 def end |
#create_permissions ⇒ Object
Returns the value of attribute create_permissions
9 10 11 |
# File 'backend/app/lib/job_runner.rb', line 9 def end |
#hidden ⇒ Object
Returns the value of attribute hidden
9 10 11 |
# File 'backend/app/lib/job_runner.rb', line 9 def hidden @hidden end |
#run_concurrently ⇒ Object
Returns the value of attribute run_concurrently
9 10 11 |
# File 'backend/app/lib/job_runner.rb', line 9 def run_concurrently @run_concurrently end |
#runner ⇒ Object
Returns the value of attribute runner
9 10 11 |
# File 'backend/app/lib/job_runner.rb', line 9 def runner @runner end |
#type ⇒ Object
Returns the value of attribute type
9 10 11 |
# File 'backend/app/lib/job_runner.rb', line 9 def type @type end |