Class: VORuby::STC::V1_10::Coords::TimeScale
- Inherits:
-
Enumeration
- Object
- Enumeration
- VORuby::STC::V1_10::Coords::TimeScale
- 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
Class Method Summary collapse
Methods inherited from Enumeration
Constructor Details
This class inherits a constructor from Enumeration
Class Method Details
.choices ⇒ Object
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 |