Class: LLT::FormBuilder::PronounSegments::PronounUter

Inherits:
LLT::FormBuilder::PronounSegments show all
Defined in:
lib/llt/form_builder/helpers/pronoun_segments.rb

Direct Known Subclasses

PronounUterque

Constant Summary

Constants inherited from LLT::FormBuilder::PronounSegments

PronounAliquis, PronounQuis, PronounQuisque

Instance Method Summary collapse

Methods inherited from LLT::FormBuilder::PronounSegments

get, #init_keys, #initialize, n, #n, #particle, particle, prefixed_particle, #prefixed_particle, stem

Constructor Details

This class inherits a constructor from LLT::FormBuilder::PronounSegments

Instance Method Details

#stemObject



207
208
209
210
211
212
213
# File 'lib/llt/form_builder/helpers/pronoun_segments.rb', line 207

def stem
  if uter
    "uter"
  else
    "utr"
  end
end

#uterObject



215
216
217
# File 'lib/llt/form_builder/helpers/pronoun_segments.rb', line 215

def uter
  @casus == 1 && @numerus == 1 && @sexus == :m
end