Class: DeepTest::Distributed::TestServerStatus

Inherits:
Struct
  • Object
show all
Defined in:
lib/deep_test/distributed/test_server_status.rb

Instance Attribute Summary collapse

Instance Attribute Details

#binding_uriObject

Returns the value of attribute binding_uri

Returns:

  • (Object)

    the current value of binding_uri



3
4
5
# File 'lib/deep_test/distributed/test_server_status.rb', line 3

def binding_uri
  @binding_uri
end

#number_of_workersObject

Returns the value of attribute number_of_workers

Returns:

  • (Object)

    the current value of number_of_workers



3
4
5
# File 'lib/deep_test/distributed/test_server_status.rb', line 3

def number_of_workers
  @number_of_workers
end

#remote_worker_server_countObject

Returns the value of attribute remote_worker_server_count

Returns:

  • (Object)

    the current value of remote_worker_server_count



3
4
5
# File 'lib/deep_test/distributed/test_server_status.rb', line 3

def remote_worker_server_count
  @remote_worker_server_count
end