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