Class: Temporalio::Client::Interceptor::TriggerScheduleInput
- Inherits:
-
Data
- Object
- Data
- Temporalio::Client::Interceptor::TriggerScheduleInput
- Defined in:
- lib/temporalio/client/interceptor.rb
Overview
Input for Outbound#trigger_schedule.
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#overlap ⇒ Object
readonly
Returns the value of attribute overlap.
-
#rpc_options ⇒ Object
readonly
Returns the value of attribute rpc_options.
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id
209 210 211 |
# File 'lib/temporalio/client/interceptor.rb', line 209 def id @id end |
#overlap ⇒ Object (readonly)
Returns the value of attribute overlap
209 210 211 |
# File 'lib/temporalio/client/interceptor.rb', line 209 def overlap @overlap end |
#rpc_options ⇒ Object (readonly)
Returns the value of attribute rpc_options
209 210 211 |
# File 'lib/temporalio/client/interceptor.rb', line 209 def @rpc_options end |