Class: Insika::SkillCatalog::Skill
- Inherits:
-
Data
- Object
- Data
- Insika::SkillCatalog::Skill
- Defined in:
- lib/insika/skill_catalog.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
readonly
Returns the value of attribute body.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Attribute Details
#body ⇒ Object (readonly)
Returns the value of attribute body
14 15 16 |
# File 'lib/insika/skill_catalog.rb', line 14 def body @body end |
#description ⇒ Object (readonly)
Returns the value of attribute description
14 15 16 |
# File 'lib/insika/skill_catalog.rb', line 14 def description @description end |
#name ⇒ Object (readonly)
Returns the value of attribute name
14 15 16 |
# File 'lib/insika/skill_catalog.rb', line 14 def name @name end |
#path ⇒ Object (readonly)
Returns the value of attribute path
14 15 16 |
# File 'lib/insika/skill_catalog.rb', line 14 def path @path end |