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