Class: Temporalio::Client::Interceptor::UpdateScheduleInput
- Inherits:
-
Data
- Object
- Data
- Temporalio::Client::Interceptor::UpdateScheduleInput
- Defined in:
- lib/temporalio/client/interceptor.rb
Overview
Input for Outbound#update_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.
-
#updater ⇒ Object
readonly
Returns the value of attribute updater.
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id
223 224 225 |
# File 'lib/temporalio/client/interceptor.rb', line 223 def id @id end |
#rpc_options ⇒ Object (readonly)
Returns the value of attribute rpc_options
223 224 225 |
# File 'lib/temporalio/client/interceptor.rb', line 223 def @rpc_options end |
#updater ⇒ Object (readonly)
Returns the value of attribute updater
223 224 225 |
# File 'lib/temporalio/client/interceptor.rb', line 223 def updater @updater end |