Class: VORuby::ADQL::V1_0::Search

Inherits:
Object
  • Object
show all
Includes:
SerializableToXml
Defined in:
lib/voruby/adql/1.0/adql.rb

Overview

The base type for searches in Where and Having clauses of the query

Instance Method Summary collapse

Methods included from SerializableToXml

#element

Instance Method Details

#to_xml(name = nil) ⇒ Object



1031
1032
1033
# File 'lib/voruby/adql/1.0/adql.rb', line 1031

def to_xml(name=nil)
  element_root(name)
end