Class: PWN::AI::Agent::Registry::Entry
- Inherits:
-
Struct
- Object
- Struct
- PWN::AI::Agent::Registry::Entry
- Defined in:
- lib/pwn/ai/agent/registry.rb
Instance Attribute Summary collapse
-
#check ⇒ Object
Returns the value of attribute check.
-
#handler ⇒ Object
Returns the value of attribute handler.
-
#max_chars ⇒ Object
Returns the value of attribute max_chars.
-
#name ⇒ Object
Returns the value of attribute name.
-
#schema ⇒ Object
Returns the value of attribute schema.
-
#toolset ⇒ Object
Returns the value of attribute toolset.
Instance Attribute Details
#check ⇒ Object
Returns the value of attribute check
22 23 24 |
# File 'lib/pwn/ai/agent/registry.rb', line 22 def check @check end |
#handler ⇒ Object
Returns the value of attribute handler
22 23 24 |
# File 'lib/pwn/ai/agent/registry.rb', line 22 def handler @handler end |
#max_chars ⇒ Object
Returns the value of attribute max_chars
22 23 24 |
# File 'lib/pwn/ai/agent/registry.rb', line 22 def max_chars @max_chars end |
#name ⇒ Object
Returns the value of attribute name
22 23 24 |
# File 'lib/pwn/ai/agent/registry.rb', line 22 def name @name end |
#schema ⇒ Object
Returns the value of attribute schema
22 23 24 |
# File 'lib/pwn/ai/agent/registry.rb', line 22 def schema @schema end |
#toolset ⇒ Object
Returns the value of attribute toolset
22 23 24 |
# File 'lib/pwn/ai/agent/registry.rb', line 22 def toolset @toolset end |