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
58 59 60 |
# File 'lib/kward/config_files.rb', line 58 def allowed_tools @allowed_tools end |
#compatibility ⇒ Object
Returns the value of attribute compatibility
58 59 60 |
# File 'lib/kward/config_files.rb', line 58 def compatibility @compatibility end |
#description ⇒ Object
Returns the value of attribute description
58 59 60 |
# File 'lib/kward/config_files.rb', line 58 def description @description end |
#folder ⇒ Object
Returns the value of attribute folder
58 59 60 |
# File 'lib/kward/config_files.rb', line 58 def folder @folder end |
#license ⇒ Object
Returns the value of attribute license
58 59 60 |
# File 'lib/kward/config_files.rb', line 58 def license @license end |
#metadata ⇒ Object
Returns the value of attribute metadata
58 59 60 |
# File 'lib/kward/config_files.rb', line 58 def @metadata end |
#name ⇒ Object
Returns the value of attribute name
58 59 60 |
# File 'lib/kward/config_files.rb', line 58 def name @name end |
#path ⇒ Object
Returns the value of attribute path
58 59 60 |
# File 'lib/kward/config_files.rb', line 58 def path @path end |