Class: PgLdapSync::Application::MatchedRole
- Inherits:
-
Struct
- Object
- Struct
- PgLdapSync::Application::MatchedRole
- Defined in:
- lib/pgls/application.rb
Instance Attribute Summary collapse
-
#ldap ⇒ Object
Returns the value of attribute ldap.
-
#name ⇒ Object
Returns the value of attribute name.
-
#pg ⇒ Object
Returns the value of attribute pg.
-
#state ⇒ Object
Returns the value of attribute state.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#ldap ⇒ Object
Returns the value of attribute ldap
271 272 273 |
# File 'lib/pgls/application.rb', line 271 def ldap @ldap end |
#name ⇒ Object
Returns the value of attribute name
271 272 273 |
# File 'lib/pgls/application.rb', line 271 def name @name end |
#pg ⇒ Object
Returns the value of attribute pg
271 272 273 |
# File 'lib/pgls/application.rb', line 271 def pg @pg end |
#state ⇒ Object
Returns the value of attribute state
271 272 273 |
# File 'lib/pgls/application.rb', line 271 def state @state end |
#type ⇒ Object
Returns the value of attribute type
271 272 273 |
# File 'lib/pgls/application.rb', line 271 def type @type end |