Method: VirtualBox::COM::AbstractImplementer#call_function

Defined in:
lib/virtualbox/com/abstract_implementer.rb

#call_function(name, args, opts) ⇒ Object

Calls a function on the interface.

Parameters:

  • name (Symbol)

    The function name

  • args (Array)

    The arguments to the function



41
42
# File 'lib/virtualbox/com/abstract_implementer.rb', line 41

def call_function(name, args, opts)
end