Class: VORuby::STC::V1_10::Coords::VelTimeUnit
- Inherits:
-
Unit
- Object
- Enumeration
- Unit
- VORuby::STC::V1_10::Coords::VelTimeUnit
- Defined in:
- lib/voruby/stc/1.10/coords.rb
Overview
Velocity units are a posUnitType / velTimeType; the latter may be second, day, hour, year (a or yr), century, but not empty
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
55 56 57 |
# File 'lib/voruby/stc/1.10/coords.rb', line 55 def self.choices ['s', 'h', 'd', 'a', 'yr', 'cy'] end |