Class: ActiveJob::Temporal::WorkerRegistrations::Result
- Inherits:
-
Struct
- Object
- Struct
- ActiveJob::Temporal::WorkerRegistrations::Result
- Defined in:
- lib/activejob/temporal/worker_registrations.rb
Instance Attribute Summary collapse
-
#activities ⇒ Object
Returns the value of attribute activities.
-
#workflows ⇒ Object
Returns the value of attribute workflows.
Instance Attribute Details
#activities ⇒ Object
Returns the value of attribute activities
15 16 17 |
# File 'lib/activejob/temporal/worker_registrations.rb', line 15 def activities @activities end |
#workflows ⇒ Object
Returns the value of attribute workflows
15 16 17 |
# File 'lib/activejob/temporal/worker_registrations.rb', line 15 def workflows @workflows end |