Class: VORuby::ADQL::V1_0::FromTable
- Inherits:
-
Object
- Object
- VORuby::ADQL::V1_0::FromTable
- Includes:
- SerializableToXml
- Defined in:
- lib/voruby/adql/1.0/adql.rb
Overview
The base type for all tables used in the From clause of the query
Direct Known Subclasses
Instance Method Summary collapse
Methods included from SerializableToXml
Instance Method Details
#to_xml(name = nil) ⇒ Object
769 770 771 |
# File 'lib/voruby/adql/1.0/adql.rb', line 769 def to_xml(name=nil) element_root(name) end |