Class: Temporalio::Client::Interceptor::BackfillScheduleInput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#backfillsObject (readonly)

Returns the value of attribute backfills

Returns:

  • (Object)

    the current value of backfills



183
184
185
# File 'lib/temporalio/client/interceptor.rb', line 183

def backfills
  @backfills
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



183
184
185
# File 'lib/temporalio/client/interceptor.rb', line 183

def id
  @id
end

#rpc_optionsObject (readonly)

Returns the value of attribute rpc_options

Returns:

  • (Object)

    the current value of rpc_options



183
184
185
# File 'lib/temporalio/client/interceptor.rb', line 183

def rpc_options
  @rpc_options
end