Class: VORuby::ADQL::Sigma

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

Class Method Summary collapse

Class Method Details

.from_xml(node) ⇒ Object



95
96
97
# File 'lib/voruby/adql/parser.rb', line 95

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