class Fog::Identity::Proxmox::Activedirectory

class Active Directory authentication

Public Class Methods

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