Class: BundlerSkills::AgentRegistry::Agent
- Inherits:
-
Struct
- Object
- Struct
- BundlerSkills::AgentRegistry::Agent
- Defined in:
- lib/bundler_skills/agent_registry.rb
Overview
key : config name (‘agents:` entries match this) skills_subdir: output directory relative to the project root markers : any of these existing means “this agent is in use”
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#markers ⇒ Object
Returns the value of attribute markers.
-
#skills_subdir ⇒ Object
Returns the value of attribute skills_subdir.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
15 16 17 |
# File 'lib/bundler_skills/agent_registry.rb', line 15 def key @key end |
#markers ⇒ Object
Returns the value of attribute markers
15 16 17 |
# File 'lib/bundler_skills/agent_registry.rb', line 15 def markers @markers end |
#skills_subdir ⇒ Object
Returns the value of attribute skills_subdir
15 16 17 |
# File 'lib/bundler_skills/agent_registry.rb', line 15 def skills_subdir @skills_subdir end |