Class: PgLdapSync::Application::LdapRole
- Inherits:
-
Struct
- Object
- Struct
- PgLdapSync::Application::LdapRole
- Defined in:
- lib/pgls/application.rb
Instance Attribute Summary collapse
-
#dn ⇒ Object
Returns the value of attribute dn.
-
#member_dns ⇒ Object
Returns the value of attribute member_dns.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#dn ⇒ Object
Returns the value of attribute dn
52 53 54 |
# File 'lib/pgls/application.rb', line 52 def dn @dn end |
#member_dns ⇒ Object
Returns the value of attribute member_dns
52 53 54 |
# File 'lib/pgls/application.rb', line 52 def member_dns @member_dns end |
#name ⇒ Object
Returns the value of attribute name
52 53 54 |
# File 'lib/pgls/application.rb', line 52 def name @name end |