Class: Brute::Skill::Info
- Inherits:
-
Struct
- Object
- Struct
- Brute::Skill::Info
- Defined in:
- lib/brute/skill.rb
Instance Attribute Summary collapse
-
#allowed_tools ⇒ Object
Returns the value of attribute allowed_tools.
-
#compatibility ⇒ Object
Returns the value of attribute compatibility.
-
#content ⇒ Object
Returns the value of attribute content.
-
#description ⇒ Object
Returns the value of attribute description.
-
#license ⇒ Object
Returns the value of attribute license.
-
#location ⇒ Object
Returns the value of attribute location.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#allowed_tools ⇒ Object
Returns the value of attribute allowed_tools
32 33 34 |
# File 'lib/brute/skill.rb', line 32 def allowed_tools @allowed_tools end |
#compatibility ⇒ Object
Returns the value of attribute compatibility
32 33 34 |
# File 'lib/brute/skill.rb', line 32 def compatibility @compatibility end |
#content ⇒ Object
Returns the value of attribute content
32 33 34 |
# File 'lib/brute/skill.rb', line 32 def content @content end |
#description ⇒ Object
Returns the value of attribute description
32 33 34 |
# File 'lib/brute/skill.rb', line 32 def description @description end |
#license ⇒ Object
Returns the value of attribute license
32 33 34 |
# File 'lib/brute/skill.rb', line 32 def license @license end |
#location ⇒ Object
Returns the value of attribute location
32 33 34 |
# File 'lib/brute/skill.rb', line 32 def location @location end |
#metadata ⇒ Object
Returns the value of attribute metadata
32 33 34 |
# File 'lib/brute/skill.rb', line 32 def @metadata end |
#name ⇒ Object
Returns the value of attribute name
32 33 34 |
# File 'lib/brute/skill.rb', line 32 def name @name end |