Class: Temporalio::SimplePlugin::Options

Inherits:
Data
  • Object
show all
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

Instance Attribute Details

#activitiesObject (readonly)

Returns the value of attribute activities

Returns:

  • (Object)

    the current value of activities



15
16
17
# File 'lib/temporalio/simple_plugin.rb', line 15

def activities
  @activities
end

#client_interceptorsObject (readonly)

Returns the value of attribute client_interceptors

Returns:

  • (Object)

    the current value of client_interceptors



15
16
17
# File 'lib/temporalio/simple_plugin.rb', line 15

def client_interceptors
  @client_interceptors
end

#data_converterObject (readonly)

Returns the value of attribute data_converter

Returns:

  • (Object)

    the current value of data_converter



15
16
17
# File 'lib/temporalio/simple_plugin.rb', line 15

def data_converter
  @data_converter
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



15
16
17
# File 'lib/temporalio/simple_plugin.rb', line 15

def name
  @name
end

#run_contextObject (readonly)

Returns the value of attribute run_context

Returns:

  • (Object)

    the current value of run_context



15
16
17
# File 'lib/temporalio/simple_plugin.rb', line 15

def run_context
  @run_context
end

#worker_interceptorsObject (readonly)

Returns the value of attribute worker_interceptors

Returns:

  • (Object)

    the current value of worker_interceptors



15
16
17
# File 'lib/temporalio/simple_plugin.rb', line 15

def worker_interceptors
  @worker_interceptors
end

#workflow_failure_exception_typesObject (readonly)

Returns the value of attribute workflow_failure_exception_types

Returns:

  • (Object)

    the current value of 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

#workflowsObject (readonly)

Returns the value of attribute workflows

Returns:

  • (Object)

    the current value of workflows



15
16
17
# File 'lib/temporalio/simple_plugin.rb', line 15

def workflows
  @workflows
end