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.

Note:

Visible for testing.

Instance Attribute Summary collapse

Instance Attribute Details

#actorObject

Returns the value of attribute actor

Returns:

  • (Object)

    the current value of actor



69
70
71
# File 'lib/aikido/zen/worker_process/agent/server.rb', line 69

def actor
  @actor
end

#client_ipObject

Returns the value of attribute client_ip

Returns:

  • (Object)

    the current value of client_ip



69
70
71
# File 'lib/aikido/zen/worker_process/agent/server.rb', line 69

def client_ip
  @client_ip
end

#routeObject

Returns the value of attribute route

Returns:

  • (Object)

    the current value of route



69
70
71
# File 'lib/aikido/zen/worker_process/agent/server.rb', line 69

def route
  @route
end

#schemaObject

Returns the value of attribute schema

Returns:

  • (Object)

    the current value of schema



69
70
71
# File 'lib/aikido/zen/worker_process/agent/server.rb', line 69

def schema
  @schema
end