Class: VORuby::ADQL::Allow

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

Class Method Summary collapse

Class Method Details

.from_xml(node) ⇒ Object



30
31
32
# File 'lib/voruby/adql/parser.rb', line 30

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