Class: Linguistics::Latin::Verb::LatinVerb::FourthQuerent

Inherits:
Querent
  • Object
show all
Defined in:
lib/latinverb_querent_for_classification_builder/querent/fourth.rb

Constant Summary collapse

TENSE_METHOD_DEFINITIONS =
[
  Fourth::ActiveVoiceIndicativeMoodFutureTenseMethods,
  Fourth::ActiveVoiceIndicativeMoodImperfectTenseMethods,
  Fourth::ActiveVoiceIndicativeMoodPresentTenseMethods,
  Fourth::ActiveVoiceSubjunctiveMoodPresentTenseMethods,
  Fourth::PassiveVoiceIndicativeMoodFutureTenseMethods,
  Fourth::PassivevoiceIndicativeMoodImperfectTenseMethods,
  Fourth::PassiveVoiceIndicativeMoodPresentTenseMethods,
  Fourth::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_templateObject



19
20
21
# File 'lib/latinverb_querent_for_classification_builder/querent/fourth.rb', line 19

def tense_definitions_template
  TENSE_METHOD_DEFINITIONS
end