Class: Temporalio::Client::Interceptor::UpdateScheduleInput

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



223
224
225
# File 'lib/temporalio/client/interceptor.rb', line 223

def id
  @id
end

#rpc_optionsObject (readonly)

Returns the value of attribute rpc_options

Returns:

  • (Object)

    the current value of rpc_options



223
224
225
# File 'lib/temporalio/client/interceptor.rb', line 223

def rpc_options
  @rpc_options
end

#updaterObject (readonly)

Returns the value of attribute updater

Returns:

  • (Object)

    the current value of updater



223
224
225
# File 'lib/temporalio/client/interceptor.rb', line 223

def updater
  @updater
end