Class: Temporalio::Client::Interceptor::DescribeScheduleInput
- Inherits:
-
Data
- Object
- Data
- Temporalio::Client::Interceptor::DescribeScheduleInput
- Defined in:
- lib/temporalio/client/interceptor.rb
Overview
Input for Outbound#describe_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
196 197 198 |
# File 'lib/temporalio/client/interceptor.rb', line 196 def id @id end |
#rpc_options ⇒ Object (readonly)
Returns the value of attribute rpc_options
196 197 198 |
# File 'lib/temporalio/client/interceptor.rb', line 196 def @rpc_options end |