Method: VirtualBox::Net.host_nics
- Defined in:
- lib/virtual_box/net.rb
.host_nics ⇒ Array<Hash<Symbol, Object>>
Information about the NICs attached to the computer.
184 185 186 |
# File 'lib/virtual_box/net.rb', line 184 def self.host_nics @host_nics ||= host_nics! end |