Class: SynchronizeUsers::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/synchronize-users.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fromObject

Returns the value of attribute from.



33
34
35
# File 'lib/synchronize-users.rb', line 33

def from
  @from
end

#gitlabObject

Returns the value of attribute gitlab.



32
33
34
# File 'lib/synchronize-users.rb', line 32

def gitlab
  @gitlab
end

#ldapObject

Returns the value of attribute ldap.



32
33
34
# File 'lib/synchronize-users.rb', line 32

def ldap
  @ldap
end

#roleObject



44
45
46
# File 'lib/synchronize-users.rb', line 44

def role
  @role || REPORTER
end

#toObject

Returns the value of attribute to.



33
34
35
# File 'lib/synchronize-users.rb', line 33

def to
  @to
end