class VimArray
Public Class Methods
new(xsiType = nil, vimType = nil) { |self| ... }
click to toggle source
Calls superclass method
# File lib/VMwareWebService/VimTypes.rb, line 65 def initialize(xsiType = nil, vimType = nil) self.xsiType = xsiType self.vimType = vimType super() yield(self) if block_given? end