Class: VORuby::ADQL::Restrict

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

Class Method Summary collapse

Class Method Details

.from_xml(node) ⇒ Object



36
37
38
# File 'lib/voruby/adql/parser.rb', line 36

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