Class: VORuby::ADQL::V1_0::DropTable

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

Overview

Used for avoiding a table in Xmatch

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



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

def self.xml_type; 'dropTableType' end

Instance Method Details

#to_sObject



1022
1023
1024
# File 'lib/voruby/adql/1.0/adql.rb', line 1022

def to_s
  "!#{self.name}"
end