Class: Core::Game::Skill
Instance Attribute Summary collapse
-
#desc ⇒ Object
readonly
Returns the value of attribute desc.
-
#img ⇒ Object
readonly
Returns the value of attribute img.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Attribute Details
#desc ⇒ Object (readonly)
Returns the value of attribute desc.
22 23 24 |
# File 'lib/game/skills.rb', line 22 def desc @desc end |
#img ⇒ Object (readonly)
Returns the value of attribute img.
22 23 24 |
# File 'lib/game/skills.rb', line 22 def img @img end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
22 23 24 |
# File 'lib/game/skills.rb', line 22 def name @name end |