Class: Temporalio::Client::Interceptor::CreateScheduleInput

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



166
167
168
# File 'lib/temporalio/client/interceptor.rb', line 166

def backfills
  @backfills
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



166
167
168
# File 'lib/temporalio/client/interceptor.rb', line 166

def id
  @id
end

#memoObject (readonly)

Returns the value of attribute memo

Returns:

  • (Object)

    the current value of memo



166
167
168
# File 'lib/temporalio/client/interceptor.rb', line 166

def memo
  @memo
end

#rpc_optionsObject (readonly)

Returns the value of attribute rpc_options

Returns:

  • (Object)

    the current value of rpc_options



166
167
168
# File 'lib/temporalio/client/interceptor.rb', line 166

def rpc_options
  @rpc_options
end

#scheduleObject (readonly)

Returns the value of attribute schedule

Returns:

  • (Object)

    the current value of schedule



166
167
168
# File 'lib/temporalio/client/interceptor.rb', line 166

def schedule
  @schedule
end

#search_attributesObject (readonly)

Returns the value of attribute search_attributes

Returns:

  • (Object)

    the current value of search_attributes



166
167
168
# File 'lib/temporalio/client/interceptor.rb', line 166

def search_attributes
  @search_attributes
end

#trigger_immediatelyObject (readonly)

Returns the value of attribute trigger_immediately

Returns:

  • (Object)

    the current value of trigger_immediately



166
167
168
# File 'lib/temporalio/client/interceptor.rb', line 166

def trigger_immediately
  @trigger_immediately
end