Method: OvirtSDK4::OpenStackImage#initialize
- Defined in:
- lib/ovirtsdk4/types.rb
#initialize(opts = {}) ⇒ OpenStackImage
Creates a new instance of the OvirtSDK4::OpenStackImage class.
12821 12822 12823 12824 |
# File 'lib/ovirtsdk4/types.rb', line 12821 def initialize(opts = {}) super(opts) self.openstack_image_provider = opts[:openstack_image_provider] end |