Method: OpenNebula::ImagePool#initialize
- Defined in:
- lib/opennebula/image_pool.rb
#initialize(client, user_id = -1)) ⇒ ImagePool
client a Client object that represents a XML-RPC connection user_id is to refer to a Pool with Images from that user
37 38 39 40 41 |
# File 'lib/opennebula/image_pool.rb', line 37 def initialize(client, user_id=-1) super('IMAGE_POOL','IMAGE',client) @user_id = user_id end |