Class: VORuby::ADQL::Set

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

Class Method Summary collapse

Class Method Details

.from_xml(node) ⇒ Object



77
78
79
# File 'lib/voruby/adql/parser.rb', line 77

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