Class: Aikido::Zen::WorkerProcess::Agent::Server::RequestKind Private
- Inherits:
-
Struct
- Object
- Struct
- Aikido::Zen::WorkerProcess::Agent::Server::RequestKind
- 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
-
#actor ⇒ Object
Returns the value of attribute actor.
-
#client_ip ⇒ Object
Returns the value of attribute client_ip.
-
#route ⇒ Object
Returns the value of attribute route.
-
#schema ⇒ Object
Returns the value of attribute schema.
Instance Attribute Details
#actor ⇒ Object
Returns the value of attribute actor
69 70 71 |
# File 'lib/aikido/zen/worker_process/agent/server.rb', line 69 def actor @actor end |
#client_ip ⇒ Object
Returns the value of attribute client_ip
69 70 71 |
# File 'lib/aikido/zen/worker_process/agent/server.rb', line 69 def client_ip @client_ip end |
#route ⇒ Object
Returns the value of attribute route
69 70 71 |
# File 'lib/aikido/zen/worker_process/agent/server.rb', line 69 def route @route end |
#schema ⇒ Object
Returns the value of attribute schema
69 70 71 |
# File 'lib/aikido/zen/worker_process/agent/server.rb', line 69 def schema @schema end |