Class: VORuby::ADQL::V1_0::TrigonometricFunctionName

Inherits:
Enumeration
  • Object
show all
Defined in:
lib/voruby/adql/1.0/adql.rb

Overview

Enumeration of allowed trigonometric functions

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



513
# File 'lib/voruby/adql/1.0/adql.rb', line 513

def self.choices; ['SIN', 'COS', 'TAN', 'COT', 'ASIN', 'ACOS', 'ATAN', 'ATAN2'] end