Class: Kward::ConfigFiles::Skill
- Inherits:
-
Struct
- Object
- Struct
- Kward::ConfigFiles::Skill
- Defined in:
- lib/kward/config_files.rb
Instance Attribute Summary collapse
-
#allowed_tools ⇒ Object
Returns the value of attribute allowed_tools.
-
#compatibility ⇒ Object
Returns the value of attribute compatibility.
-
#description ⇒ Object
Returns the value of attribute description.
-
#folder ⇒ Object
Returns the value of attribute folder.
-
#license ⇒ Object
Returns the value of attribute license.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#name ⇒ Object
Returns the value of attribute name.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#allowed_tools ⇒ Object
Returns the value of attribute allowed_tools
55 56 57 |
# File 'lib/kward/config_files.rb', line 55 def allowed_tools @allowed_tools end |
#compatibility ⇒ Object
Returns the value of attribute compatibility
55 56 57 |
# File 'lib/kward/config_files.rb', line 55 def compatibility @compatibility end |
#description ⇒ Object
Returns the value of attribute description
55 56 57 |
# File 'lib/kward/config_files.rb', line 55 def description @description end |
#folder ⇒ Object
Returns the value of attribute folder
55 56 57 |
# File 'lib/kward/config_files.rb', line 55 def folder @folder end |
#license ⇒ Object
Returns the value of attribute license
55 56 57 |
# File 'lib/kward/config_files.rb', line 55 def license @license end |
#metadata ⇒ Object
Returns the value of attribute metadata
55 56 57 |
# File 'lib/kward/config_files.rb', line 55 def @metadata end |
#name ⇒ Object
Returns the value of attribute name
55 56 57 |
# File 'lib/kward/config_files.rb', line 55 def name @name end |
#path ⇒ Object
Returns the value of attribute path
55 56 57 |
# File 'lib/kward/config_files.rb', line 55 def path @path end |