Class: Locomotive::RelationalAlgebra::ResultType
- Inherits:
-
Object
- Object
- Locomotive::RelationalAlgebra::ResultType
- Includes:
- Singleton
- Defined in:
- lib/locomotive/relational_algebra/query_information.rb
Instance Method Summary collapse
Instance Method Details
#clone ⇒ Object
538 539 540 541 |
# File 'lib/locomotive/relational_algebra/query_information.rb', line 538 def clone # singleton self end |
#to_xml ⇒ Object
534 535 536 |
# File 'lib/locomotive/relational_algebra/query_information.rb', line 534 def to_xml self.class.to_s.split("::").last.upcase end |