Class: Studio::TutorLearnableMove
- Inherits:
-
LearnableMove
- Object
- LearnableMove
- Studio::TutorLearnableMove
- Defined in:
- docs/3_Studio.rb
Overview
Data class describing a move that can be teached by a Move Tutor
Instance Attribute Summary
Attributes inherited from LearnableMove
Instance Method Summary collapse
-
#tutor_learnable? ⇒ Boolean
Test if the move is learnable by tutor.
Methods inherited from LearnableMove
#breed_learnable?, #evolution_learnable?, #level_learnable?, #tech_learnable?
Instance Method Details
#tutor_learnable? ⇒ Boolean
Test if the move is learnable by tutor
833 834 |
# File 'docs/3_Studio.rb', line 833 def tutor_learnable? end |