Method: VirtualBox::COM::Model.fetch

Defined in:
lib/virtualbox/com.rb

.fetch(name) ⇒ Object



14
15
16
17
18
# File 'lib/virtualbox/com.rb', line 14

def self.fetch(name)
    self.const_get(name, false)
rescue NameError
    nil
end