Class: Temporalio::Internal::Bridge::Testing::EphemeralServer::StartDevServerOptions

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

Instance Attribute Summary collapse

Instance Attribute Details

#database_filenameObject

Returns the value of attribute database_filename

Returns:

  • (Object)

    the current value of database_filename



10
11
12
# File 'lib/temporalio/internal/bridge/testing.rb', line 10

def database_filename
  @database_filename
end

#download_dest_dirObject

Returns the value of attribute download_dest_dir

Returns:

  • (Object)

    the current value of download_dest_dir



10
11
12
# File 'lib/temporalio/internal/bridge/testing.rb', line 10

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



10
11
12
# File 'lib/temporalio/internal/bridge/testing.rb', line 10

def download_version
  @download_version
end

#existing_pathObject

Returns the value of attribute existing_path

Returns:

  • (Object)

    the current value of existing_path



10
11
12
# File 'lib/temporalio/internal/bridge/testing.rb', line 10

def existing_path
  @existing_path
end

#extra_argsObject

Returns the value of attribute extra_args

Returns:

  • (Object)

    the current value of extra_args



10
11
12
# File 'lib/temporalio/internal/bridge/testing.rb', line 10

def extra_args
  @extra_args
end

#ipObject

Returns the value of attribute ip

Returns:

  • (Object)

    the current value of ip



10
11
12
# File 'lib/temporalio/internal/bridge/testing.rb', line 10

def ip
  @ip
end

#log_formatObject

Returns the value of attribute log_format

Returns:

  • (Object)

    the current value of log_format



10
11
12
# File 'lib/temporalio/internal/bridge/testing.rb', line 10

def log_format
  @log_format
end

#log_levelObject

Returns the value of attribute log_level

Returns:

  • (Object)

    the current value of log_level



10
11
12
# File 'lib/temporalio/internal/bridge/testing.rb', line 10

def log_level
  @log_level
end

#namespaceObject

Returns the value of attribute namespace

Returns:

  • (Object)

    the current value of namespace



10
11
12
# File 'lib/temporalio/internal/bridge/testing.rb', line 10

def namespace
  @namespace
end

#portObject

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



10
11
12
# File 'lib/temporalio/internal/bridge/testing.rb', line 10

def port
  @port
end

#sdk_nameObject

Returns the value of attribute sdk_name

Returns:

  • (Object)

    the current value of sdk_name



10
11
12
# File 'lib/temporalio/internal/bridge/testing.rb', line 10

def sdk_name
  @sdk_name
end

#sdk_versionObject

Returns the value of attribute sdk_version

Returns:

  • (Object)

    the current value of sdk_version



10
11
12
# File 'lib/temporalio/internal/bridge/testing.rb', line 10

def sdk_version
  @sdk_version
end

#uiObject

Returns the value of attribute ui

Returns:

  • (Object)

    the current value of ui



10
11
12
# File 'lib/temporalio/internal/bridge/testing.rb', line 10

def ui
  @ui
end