Class: Core::Game::Skill

Inherits:
Object show all
Defined in:
lib/game/skills.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descObject (readonly)

Returns the value of attribute desc.



22
23
24
# File 'lib/game/skills.rb', line 22

def desc
  @desc
end

#imgObject (readonly)

Returns the value of attribute img.



22
23
24
# File 'lib/game/skills.rb', line 22

def img
  @img
end

#nameObject (readonly)

Returns the value of attribute name.



22
23
24
# File 'lib/game/skills.rb', line 22

def name
  @name
end