class Client
A client provides a mechanism to connect to a chaos server in order to execute operations.
Definitions
def initialize(endpoint: ChaosKitty.endpoint, **options)
Initialize a new client.
Signature
-
parameter
endpointIO::Endpoint The chaos endpoint to connect to.
Implementation
def initialize(endpoint: ChaosKitty.endpoint, **options)
super(endpoint, **options)
end