Class: Temporalio::Internal::Bridge::Testing::EphemeralServer::StartDevServerOptions
- Inherits:
-
Struct
- Object
- Struct
- Temporalio::Internal::Bridge::Testing::EphemeralServer::StartDevServerOptions
- Defined in:
- lib/temporalio/internal/bridge/testing.rb
Instance Attribute Summary collapse
-
#database_filename ⇒ Object
Returns the value of attribute database_filename.
-
#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.
-
#ip ⇒ Object
Returns the value of attribute ip.
-
#log_format ⇒ Object
Returns the value of attribute log_format.
-
#log_level ⇒ Object
Returns the value of attribute log_level.
-
#namespace ⇒ Object
Returns the value of attribute namespace.
-
#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.
-
#ui ⇒ Object
Returns the value of attribute ui.
Instance Attribute Details
#database_filename ⇒ Object
Returns the value of attribute database_filename
10 11 12 |
# File 'lib/temporalio/internal/bridge/testing.rb', line 10 def database_filename @database_filename end |
#download_dest_dir ⇒ Object
Returns the value of attribute download_dest_dir
10 11 12 |
# File 'lib/temporalio/internal/bridge/testing.rb', line 10 def download_dest_dir @download_dest_dir end |
#download_version ⇒ Object
Returns the value of attribute download_version
10 11 12 |
# File 'lib/temporalio/internal/bridge/testing.rb', line 10 def download_version @download_version end |
#existing_path ⇒ Object
Returns the value of attribute existing_path
10 11 12 |
# File 'lib/temporalio/internal/bridge/testing.rb', line 10 def existing_path @existing_path end |
#extra_args ⇒ Object
Returns the value of attribute extra_args
10 11 12 |
# File 'lib/temporalio/internal/bridge/testing.rb', line 10 def extra_args @extra_args end |
#ip ⇒ Object
Returns the value of attribute ip
10 11 12 |
# File 'lib/temporalio/internal/bridge/testing.rb', line 10 def ip @ip end |
#log_format ⇒ Object
Returns the value of attribute log_format
10 11 12 |
# File 'lib/temporalio/internal/bridge/testing.rb', line 10 def log_format @log_format end |
#log_level ⇒ Object
Returns the value of attribute log_level
10 11 12 |
# File 'lib/temporalio/internal/bridge/testing.rb', line 10 def log_level @log_level end |
#namespace ⇒ Object
Returns the value of attribute namespace
10 11 12 |
# File 'lib/temporalio/internal/bridge/testing.rb', line 10 def namespace @namespace end |
#port ⇒ Object
Returns the value of attribute port
10 11 12 |
# File 'lib/temporalio/internal/bridge/testing.rb', line 10 def port @port end |
#sdk_name ⇒ Object
Returns the value of attribute sdk_name
10 11 12 |
# File 'lib/temporalio/internal/bridge/testing.rb', line 10 def sdk_name @sdk_name end |
#sdk_version ⇒ Object
Returns the value of attribute sdk_version
10 11 12 |
# File 'lib/temporalio/internal/bridge/testing.rb', line 10 def sdk_version @sdk_version end |
#ui ⇒ Object
Returns the value of attribute ui
10 11 12 |
# File 'lib/temporalio/internal/bridge/testing.rb', line 10 def ui @ui end |