Class: Temporalio::Internal::Bridge::Testing::EphemeralServer::StartTestServerOptions
- Inherits:
-
Struct
- Object
- Struct
- Temporalio::Internal::Bridge::Testing::EphemeralServer::StartTestServerOptions
- Defined in:
- lib/temporalio/internal/bridge/testing.rb
Instance Attribute Summary collapse
-
#download_dest_dir ⇒ Object
Returns the value of attribute download_dest_dir.
-
#download_version ⇒ Object
Returns the value of attribute download_version.
-
#existing_path ⇒ Object
Returns the value of attribute existing_path.
-
#extra_args ⇒ Object
Returns the value of attribute extra_args.
-
#port ⇒ Object
Returns the value of attribute port.
-
#sdk_name ⇒ Object
Returns the value of attribute sdk_name.
-
#sdk_version ⇒ Object
Returns the value of attribute sdk_version.
Instance Attribute Details
#download_dest_dir ⇒ Object
Returns the value of attribute download_dest_dir
28 29 30 |
# File 'lib/temporalio/internal/bridge/testing.rb', line 28 def download_dest_dir @download_dest_dir end |
#download_version ⇒ Object
Returns the value of attribute download_version
28 29 30 |
# File 'lib/temporalio/internal/bridge/testing.rb', line 28 def download_version @download_version end |
#existing_path ⇒ Object
Returns the value of attribute existing_path
28 29 30 |
# File 'lib/temporalio/internal/bridge/testing.rb', line 28 def existing_path @existing_path end |
#extra_args ⇒ Object
Returns the value of attribute extra_args
28 29 30 |
# File 'lib/temporalio/internal/bridge/testing.rb', line 28 def extra_args @extra_args end |
#port ⇒ Object
Returns the value of attribute port
28 29 30 |
# File 'lib/temporalio/internal/bridge/testing.rb', line 28 def port @port end |
#sdk_name ⇒ Object
Returns the value of attribute sdk_name
28 29 30 |
# File 'lib/temporalio/internal/bridge/testing.rb', line 28 def sdk_name @sdk_name end |
#sdk_version ⇒ Object
Returns the value of attribute sdk_version
28 29 30 |
# File 'lib/temporalio/internal/bridge/testing.rb', line 28 def sdk_version @sdk_version end |