Class: Studio::LevelLearnableMove
- Inherits:
-
LearnableMove
- Object
- LearnableMove
- Studio::LevelLearnableMove
- Defined in:
- docs/3_Studio.rb
Overview
Data class describing a move learnable by level
Instance Attribute Summary collapse
-
#level ⇒ Integer
readonly
Level when the move can be learnt.
Attributes inherited from LearnableMove
Instance Method Summary collapse
-
#level_learnable? ⇒ Boolean
Test if the move is learnable by level.
Methods inherited from LearnableMove
#breed_learnable?, #evolution_learnable?, #tech_learnable?, #tutor_learnable?
Instance Attribute Details
#level ⇒ Integer (readonly)
Level when the move can be learnt
823 824 825 |
# File 'docs/3_Studio.rb', line 823 def level @level end |
Instance Method Details
#level_learnable? ⇒ Boolean
Test if the move is learnable by level
826 827 |
# File 'docs/3_Studio.rb', line 826 def level_learnable? end |