Class: VORuby::ADQL::OrderBy

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

Class Method Summary collapse

Class Method Details

.from_xml(node) ⇒ Object



125
126
127
# File 'lib/voruby/adql/parser.rb', line 125

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