lib/fog/identity/proxmox/models/groups.rb in fog-proxmox-0.6.0 vs lib/fog/identity/proxmox/models/groups.rb in fog-proxmox-0.7.0

- old
+ new

@@ -18,14 +18,14 @@ # along with Fog::Proxmox. If not, see <http://www.gnu.org/licenses/>. require 'fog/identity/proxmox/models/group' module Fog - module Identity - class Proxmox + module Proxmox + class Identity # class Groups authentication class Groups < Fog::Collection - model Fog::Identity::Proxmox::Group + model Fog::Proxmox::Identity::Group def all load service.list_groups end