Class: Linguistics::Latin::Verb::LatinVerb::FirstQuerent
- Defined in:
- lib/latinverb_querent_for_classification_builder/querent/first.rb
Constant Summary collapse
- TENSE_METHOD_DEFINITIONS =
[ First::ActiveVoiceIndicativeMoodFutureTenseMethods, First::ActiveVoiceIndicativeMoodImperfectTenseMethods, First::ActiveVoiceIndicativeMoodPresentTenseMethods, First::ActiveVoiceSubjunctiveMoodPresentTenseMethods, First::PassiveVoiceIndicativeMoodFutureTenseMethods, First::PassivevoiceIndicativeMoodImperfectTenseMethods, First::PassiveVoiceIndicativeMoodPresentTenseMethods, First::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/first.rb', line 19 def tense_definitions_template TENSE_METHOD_DEFINITIONS end |