Class: ActiveJob::Temporal::WorkerRegistrations::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/activejob/temporal/worker_registrations.rb

Instance Attribute Summary collapse

Instance Attribute Details

#activitiesObject

Returns the value of attribute activities

Returns:

  • (Object)

    the current value of activities



15
16
17
# File 'lib/activejob/temporal/worker_registrations.rb', line 15

def activities
  @activities
end

#workflowsObject

Returns the value of attribute workflows

Returns:

  • (Object)

    the current value of workflows



15
16
17
# File 'lib/activejob/temporal/worker_registrations.rb', line 15

def workflows
  @workflows
end