Class: Linguistics::Latin::Verb::LatinVerb::ThirdIOQuerent
- Defined in:
- lib/latinverb_querent_for_classification_builder/querent/third_io.rb
Constant Summary collapse
- TENSE_METHOD_DEFINITIONS =
[ ThirdIO::ActiveVoiceIndicativeMoodFutureTenseMethods, ThirdIO::ActiveVoiceIndicativeMoodImperfectTenseMethods, ThirdIO::ActiveVoiceIndicativeMoodPresentTenseMethods, ThirdIO::ActiveVoiceSubjunctiveMoodPresentTenseMethods, ThirdIO::PassiveVoiceIndicativeMoodFutureTenseMethods, ThirdIO::PassivevoiceIndicativeMoodImperfectTenseMethods, ThirdIO::PassiveVoiceIndicativeMoodPresentTenseMethods, ThirdIO::PassiveVoiceSubjunctiveMoodPresentTenseMethods ]
Constants included from Querent::QuerentInterface
Querent::QuerentInterface::ACTIVE_TENSE_METHODS, Querent::QuerentInterface::PASSIVE_TENSE_METHODS
Instance Method Summary collapse
Methods inherited from Querent
#add_tense_methods!, #initialize
Methods included from Querent::QuerentInterface
#active_tense_methods, #add_tense_methods!, #defined_tense_methods, #passive_tense_methods
Constructor Details
This class inherits a constructor from Linguistics::Latin::Verb::LatinVerb::Querent
Instance Method Details
#tense_definitions_template ⇒ Object
19 20 21 |
# File 'lib/latinverb_querent_for_classification_builder/querent/third_io.rb', line 19 def tense_definitions_template TENSE_METHOD_DEFINITIONS end |