Class: VORuby::ADQL::V1_0::IncludeTable

Inherits:
XMatchTableAlias show all
Defined in:
lib/voruby/adql/1.0/adql.rb

Overview

Used for adding a table for the Xmatch operation

Instance Attribute Summary

Attributes inherited from XMatchTableAlias

#name

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from XMatchTableAlias

#==, from_xml, #initialize, #to_xml

Methods included from SerializableToXml

#element

Constructor Details

This class inherits a constructor from VORuby::ADQL::V1_0::XMatchTableAlias

Class Method Details

.xml_typeObject



1011
# File 'lib/voruby/adql/1.0/adql.rb', line 1011

def self.xml_type; 'includeTableType' end

Instance Method Details

#to_sObject



1013
1014
1015
# File 'lib/voruby/adql/1.0/adql.rb', line 1013

def to_s
  self.name
end