class PgLdapSync::ApplicationExit
Attributes
exitcode[R]
Public Class Methods
new(exitcode)
click to toggle source
# File lib/pg_ldap_sync.rb, line 11 def initialize(exitcode) @exitcode = exitcode end