class Fog::Identity::Proxmox::Ldap

class LDAP authentication

Public Class Methods

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