Class: Studio::TutorLearnableMove

Inherits:
LearnableMove show all
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

#move

Instance Method Summary collapse

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

Returns:

  • (Boolean)


833
834
# File 'docs/3_Studio.rb', line 833

def tutor_learnable?
end