Class: VORuby::ADQL::V1_0::Comparison
- Inherits:
-
Enumeration
- Object
- Enumeration
- VORuby::ADQL::V1_0::Comparison
- Defined in:
- lib/voruby/adql/1.0/adql.rb
Overview
The Comparison operators such as Less-than or More-than, etc
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
762 |
# File 'lib/voruby/adql/1.0/adql.rb', line 762 def self.choices; ['=', '<>', '>', '>=', '<', '<='] end |