class Linguistics::Latin::Verb::Classification::ClassificationType
Public Class Methods
short_name()
click to toggle source
# File lib/linguistics_latin/verb/classification_types.rb, line 6 def self.short_name self.to_s.split('::').last end
short_name_key()
click to toggle source
# File lib/linguistics_latin/verb/classification_types.rb, line 10 def self.short_name_key short_name.to_sym end