Method: Fog::Compute::Libvirt::Nic#new?

Defined in:
lib/fog/libvirt/models/compute/nic.rb

#new?Boolean

Returns:

  • (Boolean)
[View source]

19
20
21
# File 'lib/fog/libvirt/models/compute/nic.rb', line 19

def new?
  mac.nil?
end