class Fog::Identity::Proxmox::Pam

class PAM authentication

Public Class Methods

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