lib/fog/libvirt/models/compute/nodes.rb in fog-libvirt-0.5.0 vs lib/fog/libvirt/models/compute/nodes.rb in fog-libvirt-0.6.0

- old
+ new

@@ -1,12 +1,12 @@ require 'fog/core/collection' require 'fog/libvirt/models/compute/node' module Fog - module Compute - class Libvirt + module Libvirt + class Compute class Nodes < Fog::Collection - model Fog::Compute::Libvirt::Node + model Fog::Libvirt::Compute::Node def all(filter={ }) load(service.get_node_info) end