Class: LLT::PerfectumBuilder

Inherits:
VerbBuilder show all
Defined in:
lib/llt/form_builder/perfectum_builder.rb

Constant Summary

Constants inherited from FormBuilder

FormBuilder::VERSION

Instance Attribute Summary

Attributes inherited from FormBuilder

#impersonalium

Instance Method Summary collapse

Methods inherited from VerbBuilder

#contraction, #endings_namespace, #genus_index, #new_form_through_index, #persona_index, #regular_forms

Methods inherited from FormBuilder

#attributes_by_index, build, #compute, #corrections, #cross_indices, #default_args, #downcase_all_stems, #endings, #endings_attributes, #endings_container, #endings_lookup, #endings_namespace, #endings_path, #extensions_and_other_signs, #form_class, #indices_by_ending, #init_keys, #initialize, #keep_given_value, lookup_class, #lookup_indices, #needs_validation?, #new_form, #prefix, #reverse_lookup, #stays_capitalized, #stem_copy, #valid?, #validation_rule, #validations, validations, #value_as_index

Constructor Details

This class inherits a constructor from LLT::FormBuilder

Instance Method Details

#indicesObject



5
6
7
8
9
10
11
12
# File 'lib/llt/form_builder/perfectum_builder.rb', line 5

def indices
  { persona: persona_index,
    numerus: [0, 3],
    genus: [0],
    modus: [0, 6],
    tempus: [nil, nil, nil, 0, 12, 24],
  }
end