Class: Temporalio::Interceptor::Client::StartWorkflowInput

Inherits:
Struct
  • Object
show all
Defined in:
lib/temporalio/interceptor/client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



5
6
7
# File 'lib/temporalio/interceptor/client.rb', line 5

def args
  @args
end

#cron_scheduleObject

Returns the value of attribute cron_schedule

Returns:

  • (Object)

    the current value of cron_schedule



5
6
7
# File 'lib/temporalio/interceptor/client.rb', line 5

def cron_schedule
  @cron_schedule
end

#execution_timeoutObject

Returns the value of attribute execution_timeout

Returns:

  • (Object)

    the current value of execution_timeout



5
6
7
# File 'lib/temporalio/interceptor/client.rb', line 5

def execution_timeout
  @execution_timeout
end

#headersObject

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



5
6
7
# File 'lib/temporalio/interceptor/client.rb', line 5

def headers
  @headers
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



5
6
7
# File 'lib/temporalio/interceptor/client.rb', line 5

def id
  @id
end

#id_reuse_policyObject

Returns the value of attribute id_reuse_policy

Returns:

  • (Object)

    the current value of id_reuse_policy



5
6
7
# File 'lib/temporalio/interceptor/client.rb', line 5

def id_reuse_policy
  @id_reuse_policy
end

#memoObject

Returns the value of attribute memo

Returns:

  • (Object)

    the current value of memo



5
6
7
# File 'lib/temporalio/interceptor/client.rb', line 5

def memo
  @memo
end

#retry_policyObject

Returns the value of attribute retry_policy

Returns:

  • (Object)

    the current value of retry_policy



5
6
7
# File 'lib/temporalio/interceptor/client.rb', line 5

def retry_policy
  @retry_policy
end

#rpc_metadataObject

Returns the value of attribute rpc_metadata

Returns:

  • (Object)

    the current value of rpc_metadata



5
6
7
# File 'lib/temporalio/interceptor/client.rb', line 5

def 
  @rpc_metadata
end

#rpc_timeoutObject

Returns the value of attribute rpc_timeout

Returns:

  • (Object)

    the current value of rpc_timeout



5
6
7
# File 'lib/temporalio/interceptor/client.rb', line 5

def rpc_timeout
  @rpc_timeout
end

#run_timeoutObject

Returns the value of attribute run_timeout

Returns:

  • (Object)

    the current value of run_timeout



5
6
7
# File 'lib/temporalio/interceptor/client.rb', line 5

def run_timeout
  @run_timeout
end

#search_attributesObject

Returns the value of attribute search_attributes

Returns:

  • (Object)

    the current value of search_attributes



5
6
7
# File 'lib/temporalio/interceptor/client.rb', line 5

def search_attributes
  @search_attributes
end

#start_signalObject

Returns the value of attribute start_signal

Returns:

  • (Object)

    the current value of start_signal



5
6
7
# File 'lib/temporalio/interceptor/client.rb', line 5

def start_signal
  @start_signal
end

#start_signal_argsObject

Returns the value of attribute start_signal_args

Returns:

  • (Object)

    the current value of start_signal_args



5
6
7
# File 'lib/temporalio/interceptor/client.rb', line 5

def start_signal_args
  @start_signal_args
end

#task_queueObject

Returns the value of attribute task_queue

Returns:

  • (Object)

    the current value of task_queue



5
6
7
# File 'lib/temporalio/interceptor/client.rb', line 5

def task_queue
  @task_queue
end

#task_timeoutObject

Returns the value of attribute task_timeout

Returns:

  • (Object)

    the current value of task_timeout



5
6
7
# File 'lib/temporalio/interceptor/client.rb', line 5

def task_timeout
  @task_timeout
end

#workflowObject

Returns the value of attribute workflow

Returns:

  • (Object)

    the current value of workflow



5
6
7
# File 'lib/temporalio/interceptor/client.rb', line 5

def workflow
  @workflow
end