Class: VORuby::STC::V1_30::PosAngleReferenceType

Inherits:
Enumeration
  • Object
show all
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

#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



53
# File 'lib/voruby/stc/1.30/stc.rb', line 53

def self.choices; ['North', 'X', 'Y'] end