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



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

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

.child_classes(vim_type) ⇒ Object



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

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