Method: OpenNebula::Image#unpublish

Defined in:
lib/opennebula/image.rb

#unpublishObject

Unplubishes the Image



150
151
152
# File 'lib/opennebula/image.rb', line 150

def unpublish
    set_publish(false)
end