Class: Acromine::LongformVariant

Inherits:
Valuable
  • Object
show all
Defined in:
lib/acromine/longform_variant.rb

Overview

a specific variant of a long form of an acronym

Instance Attribute Summary collapse

Instance Attribute Details

#frequencyFixnum

Returns how often the long form has been seen.

Returns:

  • (Fixnum)

    how often the long form has been seen



12
# File 'lib/acromine/longform_variant.rb', line 12

has_value :frequency, klass: :integer

#longformString

Returns the long form of the acronym.

Returns:

  • (String)

    the long form of the acronym



8
# File 'lib/acromine/longform_variant.rb', line 8

has_value :longform

#sinceFixnum

Returns the earliest year the longform was seen.

Returns:

  • (Fixnum)

    the earliest year the longform was seen



16
# File 'lib/acromine/longform_variant.rb', line 16

has_value :since, klass: :integer