Method: VirtualBox::SystemProperties.populate_relationship
- Defined in:
- lib/virtualbox/system_properties.rb
.populate_relationship(caller, data) ⇒ SystemProperties
Populates the system properties relationship for anything which is related to it.
**This method typically won’t be used except internally.**
34 35 36 |
# File 'lib/virtualbox/system_properties.rb', line 34 def populate_relationship(caller, data) new(data) end |