Class: Temporalio::Worker::Interceptor::Workflow::SleepInput

Inherits:
Data
  • Object
show all
Defined in:
lib/temporalio/worker/interceptor.rb

Overview

Input for Outbound#sleep.

Instance Attribute Summary collapse

Instance Attribute Details

#cancellationObject (readonly)

Returns the value of attribute cancellation

Returns:

  • (Object)

    the current value of cancellation



272
273
274
# File 'lib/temporalio/worker/interceptor.rb', line 272

def cancellation
  @cancellation
end

#durationObject (readonly)

Returns the value of attribute duration

Returns:

  • (Object)

    the current value of duration



272
273
274
# File 'lib/temporalio/worker/interceptor.rb', line 272

def duration
  @duration
end

#summaryObject (readonly)

Returns the value of attribute summary

Returns:

  • (Object)

    the current value of summary



272
273
274
# File 'lib/temporalio/worker/interceptor.rb', line 272

def summary
  @summary
end