Method: OpenNebula::Image#info

Defined in:
lib/opennebula/image.rb

#infoObject Also known as: info!

Retrieves the information of the given Image.



105
106
107
# File 'lib/opennebula/image.rb', line 105

def info()
    super(IMAGE_METHODS[:info], 'IMAGE')
end