class Fog::Identity::Proxmox::Pve

class PVE authentication

Public Class Methods

new(attributes) click to toggle source
Calls superclass method Fog::Proxmox::Model.new
# File lib/fog/identity/proxmox/models/pve.rb, line 38
def initialize(attributes)
  self.type = 'pve'
  super
end