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