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.
- #role ⇒ Object
-
#to ⇒ Object
Returns the value of attribute to.
Instance Attribute Details
#from ⇒ Object
Returns the value of attribute from.
33 34 35 |
# File 'lib/synchronize-users.rb', line 33 def from @from end |
#gitlab ⇒ Object
Returns the value of attribute gitlab.
32 33 34 |
# File 'lib/synchronize-users.rb', line 32 def gitlab @gitlab end |
#ldap ⇒ Object
Returns the value of attribute ldap.
32 33 34 |
# File 'lib/synchronize-users.rb', line 32 def ldap @ldap end |
#role ⇒ Object
44 45 46 |
# File 'lib/synchronize-users.rb', line 44 def role @role || REPORTER end |
#to ⇒ Object
Returns the value of attribute to.
33 34 35 |
# File 'lib/synchronize-users.rb', line 33 def to @to end |