Method: VirtualBox::COM::AbstractInterface#write_property
- Defined in:
- lib/virtualbox/com/abstract_interface.rb
#write_property(name, value) ⇒ Object
Writes a property with the given name and value by calling the write_property method on the implementer.
138 139 140 |
# File 'lib/virtualbox/com/abstract_interface.rb', line 138 def write_property(name, value) @implementer.write_property(name, value, member(name)) end |