lib/fog/libvirt/models/compute/nics.rb in fog-1.22.0 vs lib/fog/libvirt/models/compute/nics.rb in fog-1.22.1
- old
+ new
@@ -2,15 +2,11 @@
require 'fog/libvirt/models/compute/nic'
module Fog
module Compute
class Libvirt
-
class Nics < Fog::Collection
-
model Fog::Compute::Libvirt::Nic
-
end
-
end
end
end