Class: Temporalio::Client::Interceptor::TriggerScheduleInput

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



209
210
211
# File 'lib/temporalio/client/interceptor.rb', line 209

def id
  @id
end

#overlapObject (readonly)

Returns the value of attribute overlap

Returns:

  • (Object)

    the current value of overlap



209
210
211
# File 'lib/temporalio/client/interceptor.rb', line 209

def overlap
  @overlap
end

#rpc_optionsObject (readonly)

Returns the value of attribute rpc_options

Returns:

  • (Object)

    the current value of rpc_options



209
210
211
# File 'lib/temporalio/client/interceptor.rb', line 209

def rpc_options
  @rpc_options
end