Class: Temporalio::SimplePlugin::Options
- Inherits:
-
Data
- Object
- Data
- Temporalio::SimplePlugin::Options
- Defined in:
- lib/temporalio/simple_plugin.rb,
lib/temporalio/simple_plugin.rb
Overview
Options as returned from #options representing the options passed to the constructor.
Instance Attribute Summary collapse
-
#activities ⇒ Object
readonly
Returns the value of attribute activities.
-
#client_interceptors ⇒ Object
readonly
Returns the value of attribute client_interceptors.
-
#data_converter ⇒ Object
readonly
Returns the value of attribute data_converter.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#run_context ⇒ Object
readonly
Returns the value of attribute run_context.
-
#worker_interceptors ⇒ Object
readonly
Returns the value of attribute worker_interceptors.
-
#workflow_failure_exception_types ⇒ Object
readonly
Returns the value of attribute workflow_failure_exception_types.
-
#workflows ⇒ Object
readonly
Returns the value of attribute workflows.
Instance Attribute Details
#activities ⇒ Object (readonly)
Returns the value of attribute activities
15 16 17 |
# File 'lib/temporalio/simple_plugin.rb', line 15 def activities @activities end |
#client_interceptors ⇒ Object (readonly)
Returns the value of attribute client_interceptors
15 16 17 |
# File 'lib/temporalio/simple_plugin.rb', line 15 def client_interceptors @client_interceptors end |
#data_converter ⇒ Object (readonly)
Returns the value of attribute data_converter
15 16 17 |
# File 'lib/temporalio/simple_plugin.rb', line 15 def data_converter @data_converter end |
#name ⇒ Object (readonly)
Returns the value of attribute name
15 16 17 |
# File 'lib/temporalio/simple_plugin.rb', line 15 def name @name end |
#run_context ⇒ Object (readonly)
Returns the value of attribute run_context
15 16 17 |
# File 'lib/temporalio/simple_plugin.rb', line 15 def run_context @run_context end |
#worker_interceptors ⇒ Object (readonly)
Returns the value of attribute worker_interceptors
15 16 17 |
# File 'lib/temporalio/simple_plugin.rb', line 15 def worker_interceptors @worker_interceptors end |
#workflow_failure_exception_types ⇒ Object (readonly)
Returns the value of attribute workflow_failure_exception_types
15 16 17 |
# File 'lib/temporalio/simple_plugin.rb', line 15 def workflow_failure_exception_types @workflow_failure_exception_types end |
#workflows ⇒ Object (readonly)
Returns the value of attribute workflows
15 16 17 |
# File 'lib/temporalio/simple_plugin.rb', line 15 def workflows @workflows end |