Method: OpenNebula::Pool#to_str

Defined in:
lib/OpenNebula/Pool.rb

#to_strObject

DO NOT USE - ONLY REXML BACKEND



104
105
106
107
108
109
# File 'lib/OpenNebula/Pool.rb', line 104

def to_str
    str = ""
    REXML::Formatters::Pretty.new(1).write(@xml,str)

    return str
end