Class: Aikido::Zen::DetachedAgent::FrontObject::RequestKind
- Inherits:
-
Struct
- Object
- Struct
- Aikido::Zen::DetachedAgent::FrontObject::RequestKind
- Defined in:
- lib/aikido/zen/detached_agent/front_object.rb
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
20 21 22 |
# File 'lib/aikido/zen/detached_agent/front_object.rb', line 20 def actor @actor end |
#client_ip ⇒ Object
Returns the value of attribute client_ip
20 21 22 |
# File 'lib/aikido/zen/detached_agent/front_object.rb', line 20 def client_ip @client_ip end |
#route ⇒ Object
Returns the value of attribute route
20 21 22 |
# File 'lib/aikido/zen/detached_agent/front_object.rb', line 20 def route @route end |
#schema ⇒ Object
Returns the value of attribute schema
20 21 22 |
# File 'lib/aikido/zen/detached_agent/front_object.rb', line 20 def schema @schema end |