Class: VORuby::ADQL::Condition

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

Class Method Summary collapse

Class Method Details

.from_xml(node) ⇒ Object



64
65
66
# File 'lib/voruby/adql/parser.rb', line 64

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