Class: Textus::Domain::Jobs::Registry::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/textus/domain/jobs/registry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#handlerObject

Returns the value of attribute handler

Returns:

  • (Object)

    the current value of handler



8
9
10
# File 'lib/textus/domain/jobs/registry.rb', line 8

def handler
  @handler
end

#max_attemptsObject

Returns the value of attribute max_attempts

Returns:

  • (Object)

    the current value of max_attempts



8
9
10
# File 'lib/textus/domain/jobs/registry.rb', line 8

def max_attempts
  @max_attempts
end

#required_roleObject

Returns the value of attribute required_role

Returns:

  • (Object)

    the current value of required_role



8
9
10
# File 'lib/textus/domain/jobs/registry.rb', line 8

def required_role
  @required_role
end