Class: Linguistics::Latin::Verb::Classification::ClassificationType
- Inherits:
-
Object
- Object
- Linguistics::Latin::Verb::Classification::ClassificationType
show all
- Defined in:
- lib/linguistics_latin/verb/classification_types.rb
Class Method Summary
collapse
Class Method Details
.short_name ⇒ Object
6
7
8
|
# File 'lib/linguistics_latin/verb/classification_types.rb', line 6
def self.short_name
self.to_s.split('::').last
end
|
.short_name_key ⇒ Object
10
11
12
|
# File 'lib/linguistics_latin/verb/classification_types.rb', line 10
def self.short_name_key
short_name.to_sym
end
|