Module: IERS::HasDataQuality Private

Included in:
CelestialPoleOffset::Entry, EOP::Entry, LengthOfDay::Entry, PolarMotion::Entry, UT1::Entry
Defined in:
lib/iers/has_data_quality.rb

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Instance Method Summary collapse

Instance Method Details

#observed?Boolean

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

  • (Boolean)


7
8
9
# File 'lib/iers/has_data_quality.rb', line 7

def observed?
  data_quality == :observed
end

#predicted?Boolean

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

  • (Boolean)


12
13
14
# File 'lib/iers/has_data_quality.rb', line 12

def predicted?
  data_quality == :predicted
end