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