Sha256: 89af25abf1d80bbb4a8add53c2666b57223c028023da8007fbc1809ec73626f8
Contents?: true
Size: 211 Bytes
Versions: 2
Compression:
Stored size: 211 Bytes
Contents
module Adauth class Config attr_accessor :domain, :port, :base, :server, :allowed_groups def initialize @port = 389 @allowed_groups = [] end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
adauth-0.1.0 | lib/adauth/config.rb |
adauth-0.0.1pre | lib/adauth/config.rb |