Class: VORuby::ADQL::V1_0::SelectionItem

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

Overview

The base type for any of items to be selected in a query

Instance Method Summary collapse

Methods included from SerializableToXml

#element

Instance Method Details

#to_xml(name = nil) ⇒ Object



18
19
20
# File 'lib/voruby/adql/1.0/adql.rb', line 18

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