class VimClass
Public Class Methods
base_class(vim_type)
click to toggle source
# File lib/VMwareWebService/VimTypes.rb, line 111 def self.base_class(vim_type) @base_class[vim_type] end
child_classes(vim_type)
click to toggle source
# File lib/VMwareWebService/VimTypes.rb, line 107 def self.child_classes(vim_type) @class_hierarchy[vim_type] end