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.
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
65 66 67 |
# File 'lib/aikido/zen/worker_process/agent/server.rb', line 65 def actor @actor end |
#client_ip ⇒ Object
Returns the value of attribute client_ip
65 66 67 |
# File 'lib/aikido/zen/worker_process/agent/server.rb', line 65 def client_ip @client_ip end |
#route ⇒ Object
Returns the value of attribute route
65 66 67 |
# File 'lib/aikido/zen/worker_process/agent/server.rb', line 65 def route @route end |
#schema ⇒ Object
Returns the value of attribute schema
65 66 67 |
# File 'lib/aikido/zen/worker_process/agent/server.rb', line 65 def schema @schema end |