Class: VORuby::ADQL::Nature

Inherits:
Object show all
Defined in:
lib/voruby/adql/parser.rb

Class Method Summary collapse

Class Method Details

.from_xml(node) ⇒ Object



89
90
91
# File 'lib/voruby/adql/parser.rb', line 89

def self.from_xml(node)
  return Comparison.from_xml(node)
end