Class: PWN::AI::Agent::Registry::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/pwn/ai/agent/registry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#checkObject

Returns the value of attribute check

Returns:

  • (Object)

    the current value of check



22
23
24
# File 'lib/pwn/ai/agent/registry.rb', line 22

def check
  @check
end

#handlerObject

Returns the value of attribute handler

Returns:

  • (Object)

    the current value of handler



22
23
24
# File 'lib/pwn/ai/agent/registry.rb', line 22

def handler
  @handler
end

#max_charsObject

Returns the value of attribute max_chars

Returns:

  • (Object)

    the current value of max_chars



22
23
24
# File 'lib/pwn/ai/agent/registry.rb', line 22

def max_chars
  @max_chars
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



22
23
24
# File 'lib/pwn/ai/agent/registry.rb', line 22

def name
  @name
end

#schemaObject

Returns the value of attribute schema

Returns:

  • (Object)

    the current value of schema



22
23
24
# File 'lib/pwn/ai/agent/registry.rb', line 22

def schema
  @schema
end

#toolsetObject

Returns the value of attribute toolset

Returns:

  • (Object)

    the current value of toolset



22
23
24
# File 'lib/pwn/ai/agent/registry.rb', line 22

def toolset
  @toolset
end