Class: VimClass

Inherits:
Object
  • Object
show all
Defined in:
lib/VMwareWebService/VimTypes.rb

Class Method Summary collapse

Class Method Details

.base_class(vim_type) ⇒ Object



110
111
112
# File 'lib/VMwareWebService/VimTypes.rb', line 110

def self.base_class(vim_type)
  @base_class[vim_type]
end

.child_classes(vim_type) ⇒ Object



106
107
108
# File 'lib/VMwareWebService/VimTypes.rb', line 106

def self.child_classes(vim_type)
  @class_hierarchy[vim_type]
end