Class: SynchronizeUsers::Configuration
- Inherits:
-
Object
- Object
- SynchronizeUsers::Configuration
- Defined in:
- lib/synchronize-users.rb
Instance Attribute Summary collapse
-
#from ⇒ Object
Returns the value of attribute from.
-
#gitlab ⇒ Object
Returns the value of attribute gitlab.
-
#ldap ⇒ Object
Returns the value of attribute ldap.
-
#to ⇒ Object
Returns the value of attribute to.
Instance Attribute Details
#from ⇒ Object
Returns the value of attribute from.
27 28 29 |
# File 'lib/synchronize-users.rb', line 27 def from @from end |
#gitlab ⇒ Object
Returns the value of attribute gitlab.
26 27 28 |
# File 'lib/synchronize-users.rb', line 26 def gitlab @gitlab end |
#ldap ⇒ Object
Returns the value of attribute ldap.
26 27 28 |
# File 'lib/synchronize-users.rb', line 26 def ldap @ldap end |
#to ⇒ Object
Returns the value of attribute to.
27 28 29 |
# File 'lib/synchronize-users.rb', line 27 def to @to end |