Class: Temporalio::Internal::Bridge::Testing::EphemeralServer::StartTestServerOptions

Inherits:
Struct
  • Object
show all
Defined in:
lib/temporalio/internal/bridge/testing.rb

Instance Attribute Summary collapse

Instance Attribute Details

#download_dest_dirObject

Returns the value of attribute download_dest_dir

Returns:

  • (Object)

    the current value of download_dest_dir



28
29
30
# File 'lib/temporalio/internal/bridge/testing.rb', line 28

def download_dest_dir
  @download_dest_dir
end

#download_versionObject

Returns the value of attribute download_version

Returns:

  • (Object)

    the current value of download_version



28
29
30
# File 'lib/temporalio/internal/bridge/testing.rb', line 28

def download_version
  @download_version
end

#existing_pathObject

Returns the value of attribute existing_path

Returns:

  • (Object)

    the current value of existing_path



28
29
30
# File 'lib/temporalio/internal/bridge/testing.rb', line 28

def existing_path
  @existing_path
end

#extra_argsObject

Returns the value of attribute extra_args

Returns:

  • (Object)

    the current value of extra_args



28
29
30
# File 'lib/temporalio/internal/bridge/testing.rb', line 28

def extra_args
  @extra_args
end

#portObject

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



28
29
30
# File 'lib/temporalio/internal/bridge/testing.rb', line 28

def port
  @port
end

#sdk_nameObject

Returns the value of attribute sdk_name

Returns:

  • (Object)

    the current value of sdk_name



28
29
30
# File 'lib/temporalio/internal/bridge/testing.rb', line 28

def sdk_name
  @sdk_name
end

#sdk_versionObject

Returns the value of attribute sdk_version

Returns:

  • (Object)

    the current value of sdk_version



28
29
30
# File 'lib/temporalio/internal/bridge/testing.rb', line 28

def sdk_version
  @sdk_version
end