Method: Temporalio::Connection::TestService#initialize
- Defined in:
- lib/temporalio/connection/test_service.rb
#initialize(core_connection) ⇒ TestService
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of TestService.
11 12 13 |
# File 'lib/temporalio/connection/test_service.rb', line 11 def initialize(core_connection) super(core_connection, :test_service) end |