Class: Acromine::LongformVariant
- Inherits:
-
Valuable
- Object
- Valuable
- Acromine::LongformVariant
- Defined in:
- lib/acromine/longform_variant.rb
Overview
a specific variant of a long form of an acronym
Instance Attribute Summary collapse
-
#frequency ⇒ Fixnum
How often the long form has been seen.
-
#longform ⇒ String
The long form of the acronym.
-
#since ⇒ Fixnum
The earliest year the longform was seen.
Instance Attribute Details
#frequency ⇒ Fixnum
Returns how often the long form has been seen.
12 |
# File 'lib/acromine/longform_variant.rb', line 12 has_value :frequency, klass: :integer |
#longform ⇒ String
Returns the long form of the acronym.
8 |
# File 'lib/acromine/longform_variant.rb', line 8 has_value :longform |
#since ⇒ Fixnum
Returns the earliest year the longform was seen.
16 |
# File 'lib/acromine/longform_variant.rb', line 16 has_value :since, klass: :integer |