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.



27
28
29
# File 'lib/synchronize-users.rb', line 27

def from
  @from
end

#gitlabObject

Returns the value of attribute gitlab.



26
27
28
# File 'lib/synchronize-users.rb', line 26

def gitlab
  @gitlab
end

#ldapObject

Returns the value of attribute ldap.



26
27
28
# File 'lib/synchronize-users.rb', line 26

def ldap
  @ldap
end

#toObject

Returns the value of attribute to.



27
28
29
# File 'lib/synchronize-users.rb', line 27

def to
  @to
end