Method: OvirtSDK4::Mac#initialize
- Defined in:
- lib/ovirtsdk4/types.rb
#initialize(opts = {}) ⇒ Mac
Creates a new instance of the OvirtSDK4::Mac class.
9592 9593 9594 9595 |
# File 'lib/ovirtsdk4/types.rb', line 9592 def initialize(opts = {}) super(opts) self.address = opts[:address] end |