Class: Temporalio::Client::Interceptor::BackfillScheduleInput
- Inherits:
-
Data
- Object
- Data
- Temporalio::Client::Interceptor::BackfillScheduleInput
- Defined in:
- lib/temporalio/client/interceptor.rb
Overview
Input for Outbound#backfill_schedule.
Instance Attribute Summary collapse
-
#backfills ⇒ Object
readonly
Returns the value of attribute backfills.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#rpc_options ⇒ Object
readonly
Returns the value of attribute rpc_options.
Instance Attribute Details
#backfills ⇒ Object (readonly)
Returns the value of attribute backfills
183 184 185 |
# File 'lib/temporalio/client/interceptor.rb', line 183 def backfills @backfills end |
#id ⇒ Object (readonly)
Returns the value of attribute id
183 184 185 |
# File 'lib/temporalio/client/interceptor.rb', line 183 def id @id end |
#rpc_options ⇒ Object (readonly)
Returns the value of attribute rpc_options
183 184 185 |
# File 'lib/temporalio/client/interceptor.rb', line 183 def @rpc_options end |