Class: Temporalio::Client::Interceptor::UnpauseScheduleInput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



216
217
218
# File 'lib/temporalio/client/interceptor.rb', line 216

def id
  @id
end

#noteObject (readonly)

Returns the value of attribute note

Returns:

  • (Object)

    the current value of note



216
217
218
# File 'lib/temporalio/client/interceptor.rb', line 216

def note
  @note
end

#rpc_optionsObject (readonly)

Returns the value of attribute rpc_options

Returns:

  • (Object)

    the current value of rpc_options



216
217
218
# File 'lib/temporalio/client/interceptor.rb', line 216

def rpc_options
  @rpc_options
end