Class: Aikido::Zen::WorkerProcess::Agent::Server::RequestKind Private

Inherits:
Struct
  • Object
show all
Defined in:
lib/aikido/zen/worker_process/agent/server.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Visible for testing.

Instance Attribute Summary collapse

Instance Attribute Details

#actorObject

Returns the value of attribute actor

Returns:

  • (Object)

    the current value of actor



65
66
67
# File 'lib/aikido/zen/worker_process/agent/server.rb', line 65

def actor
  @actor
end

#client_ipObject

Returns the value of attribute client_ip

Returns:

  • (Object)

    the current value of client_ip



65
66
67
# File 'lib/aikido/zen/worker_process/agent/server.rb', line 65

def client_ip
  @client_ip
end

#routeObject

Returns the value of attribute route

Returns:

  • (Object)

    the current value of route



65
66
67
# File 'lib/aikido/zen/worker_process/agent/server.rb', line 65

def route
  @route
end

#schemaObject

Returns the value of attribute schema

Returns:

  • (Object)

    the current value of schema



65
66
67
# File 'lib/aikido/zen/worker_process/agent/server.rb', line 65

def schema
  @schema
end