class OvirtSDK4::Struct

This is the base class for all the struct types.

Public Class Methods

new(opts = {}) click to toggle source

Empty constructor.

# File lib/ovirtsdk4/type.rb, line 53
def initialize(opts = {})
  self.href = opts[:href]
end