Class: VORuby::ADQL::V1_0::DropTable
- Inherits:
-
XMatchTableAlias
- Object
- XMatchTableAlias
- VORuby::ADQL::V1_0::DropTable
- Defined in:
- lib/voruby/adql/1.0/adql.rb
Overview
Used for avoiding a table in Xmatch
Instance Attribute Summary
Attributes inherited from XMatchTableAlias
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from XMatchTableAlias
#==, from_xml, #initialize, #to_xml
Methods included from SerializableToXml
Constructor Details
This class inherits a constructor from VORuby::ADQL::V1_0::XMatchTableAlias
Class Method Details
.xml_type ⇒ Object
1020 |
# File 'lib/voruby/adql/1.0/adql.rb', line 1020 def self.xml_type; 'dropTableType' end |
Instance Method Details
#to_s ⇒ Object
1022 1023 1024 |
# File 'lib/voruby/adql/1.0/adql.rb', line 1022 def to_s "!#{self.name}" end |