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