Class: Temporalio::Internal::Bridge::Client::KeepAliveOptions
- Inherits:
-
Struct
- Object
- Struct
- Temporalio::Internal::Bridge::Client::KeepAliveOptions
- Defined in:
- lib/temporalio/internal/bridge/client.rb
Instance Attribute Summary collapse
-
#interval ⇒ Object
Returns the value of attribute interval.
-
#timeout ⇒ Object
Returns the value of attribute timeout.
Instance Attribute Details
#interval ⇒ Object
Returns the value of attribute interval
41 42 43 |
# File 'lib/temporalio/internal/bridge/client.rb', line 41 def interval @interval end |
#timeout ⇒ Object
Returns the value of attribute timeout
41 42 43 |
# File 'lib/temporalio/internal/bridge/client.rb', line 41 def timeout @timeout end |