Class: VORuby::STC::V1_30::PosAngleReferenceType
- Inherits:
-
Enumeration
- Object
- Enumeration
- VORuby::STC::V1_30::PosAngleReferenceType
- Defined in:
- lib/voruby/stc/1.30/stc.rb
Overview
Position angles may be counted from North (through East), (positive) X (to positive Y), or (positive) Y (to positive X) axis.
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
53 |
# File 'lib/voruby/stc/1.30/stc.rb', line 53 def self.choices; ['North', 'X', 'Y'] end |