Class: VORuby::STC::V1_10::Coords::TimeScale

Inherits:
Enumeration
  • Object
show all
Defined in:
lib/voruby/stc/1.10/coords.rb

Overview

The actual time scale used: TT, TAI, UTC, TDB, etc.

Instance Attribute Summary

Attributes inherited from Enumeration

#choices, #value

Class Method Summary collapse

Methods inherited from Enumeration

#==, #initialize, #to_s

Constructor Details

This class inherits a constructor from Enumeration

Class Method Details

.choicesObject



74
75
76
77
78
79
80
81
# File 'lib/voruby/stc/1.10/coords.rb', line 74

def self.choices
  [
    'TT', 'TDT', 'ET',
    'TDB', 'TCG', 'TCB',
    'TAI', 'IAT',
    'UTC', 'LST', 'LOCAL'
  ]
end