Class: JobRunner::RegisteredRunner

Inherits:
Struct
  • Object
show all
Defined in:
backend/app/lib/job_runner.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cancel_permissionsObject

Returns the value of attribute cancel_permissions

Returns:

  • (Object)

    the current value of cancel_permissions



9
10
11
# File 'backend/app/lib/job_runner.rb', line 9

def cancel_permissions
  @cancel_permissions
end

#create_permissionsObject

Returns the value of attribute create_permissions

Returns:

  • (Object)

    the current value of create_permissions



9
10
11
# File 'backend/app/lib/job_runner.rb', line 9

def create_permissions
  @create_permissions
end

#hiddenObject

Returns the value of attribute hidden

Returns:

  • (Object)

    the current value of hidden



9
10
11
# File 'backend/app/lib/job_runner.rb', line 9

def hidden
  @hidden
end

#run_concurrentlyObject

Returns the value of attribute run_concurrently

Returns:

  • (Object)

    the current value of run_concurrently



9
10
11
# File 'backend/app/lib/job_runner.rb', line 9

def run_concurrently
  @run_concurrently
end

#runnerObject

Returns the value of attribute runner

Returns:

  • (Object)

    the current value of runner



9
10
11
# File 'backend/app/lib/job_runner.rb', line 9

def runner
  @runner
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



9
10
11
# File 'backend/app/lib/job_runner.rb', line 9

def type
  @type
end