Class: Aikido::Zen::DetachedAgent::FrontObject::RequestKind

Inherits:
Struct
  • Object
show all
Defined in:
lib/aikido/zen/detached_agent/front_object.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actorObject

Returns the value of attribute actor

Returns:

  • (Object)

    the current value of actor



20
21
22
# File 'lib/aikido/zen/detached_agent/front_object.rb', line 20

def actor
  @actor
end

#client_ipObject

Returns the value of attribute client_ip

Returns:

  • (Object)

    the current value of client_ip



20
21
22
# File 'lib/aikido/zen/detached_agent/front_object.rb', line 20

def client_ip
  @client_ip
end

#routeObject

Returns the value of attribute route

Returns:

  • (Object)

    the current value of route



20
21
22
# File 'lib/aikido/zen/detached_agent/front_object.rb', line 20

def route
  @route
end

#schemaObject

Returns the value of attribute schema

Returns:

  • (Object)

    the current value of schema



20
21
22
# File 'lib/aikido/zen/detached_agent/front_object.rb', line 20

def schema
  @schema
end