Method: InterMine::PathQuery::Query#to_s

Defined in:
lib/intermine/query.rb

#to_sObject

Return the textual representation of the query. Here it returns the Query XML



929
930
931
# File 'lib/intermine/query.rb', line 929

def to_s
    return to_xml.to_s
end