Class: VORuby::STC::V1_30::AngleUnitType

Inherits:
UnitType show all
Defined in:
lib/voruby/stc/1.30/stc.rb

Overview

Angular coordinate units may be degrees, radians, hours, arcmins, arcsecs.

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



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

def self.choices; ['deg', 'rad', 'h', 'arcmin', 'arcsec'] end