Class: Temporalio::Client::Interceptor::CreateScheduleInput
- Inherits:
-
Data
- Object
- Data
- Temporalio::Client::Interceptor::CreateScheduleInput
- Defined in:
- lib/temporalio/client/interceptor.rb
Overview
Input for Outbound#create_schedule.
Instance Attribute Summary collapse
-
#backfills ⇒ Object
readonly
Returns the value of attribute backfills.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#memo ⇒ Object
readonly
Returns the value of attribute memo.
-
#rpc_options ⇒ Object
readonly
Returns the value of attribute rpc_options.
-
#schedule ⇒ Object
readonly
Returns the value of attribute schedule.
-
#search_attributes ⇒ Object
readonly
Returns the value of attribute search_attributes.
-
#trigger_immediately ⇒ Object
readonly
Returns the value of attribute trigger_immediately.
Instance Attribute Details
#backfills ⇒ Object (readonly)
Returns the value of attribute backfills
166 167 168 |
# File 'lib/temporalio/client/interceptor.rb', line 166 def backfills @backfills end |
#id ⇒ Object (readonly)
Returns the value of attribute id
166 167 168 |
# File 'lib/temporalio/client/interceptor.rb', line 166 def id @id end |
#memo ⇒ Object (readonly)
Returns the value of attribute memo
166 167 168 |
# File 'lib/temporalio/client/interceptor.rb', line 166 def memo @memo end |
#rpc_options ⇒ Object (readonly)
Returns the value of attribute rpc_options
166 167 168 |
# File 'lib/temporalio/client/interceptor.rb', line 166 def @rpc_options end |
#schedule ⇒ Object (readonly)
Returns the value of attribute schedule
166 167 168 |
# File 'lib/temporalio/client/interceptor.rb', line 166 def schedule @schedule end |
#search_attributes ⇒ Object (readonly)
Returns the value of attribute search_attributes
166 167 168 |
# File 'lib/temporalio/client/interceptor.rb', line 166 def search_attributes @search_attributes end |
#trigger_immediately ⇒ Object (readonly)
Returns the value of attribute trigger_immediately
166 167 168 |
# File 'lib/temporalio/client/interceptor.rb', line 166 def trigger_immediately @trigger_immediately end |