Class: PgLdapSync::Application::MatchedMembership
- Inherits:
-
Struct
- Object
- Struct
- PgLdapSync::Application::MatchedMembership
- Defined in:
- lib/pgls/application.rb
Instance Attribute Summary collapse
-
#has_member ⇒ Object
Returns the value of attribute has_member.
-
#role_name ⇒ Object
Returns the value of attribute role_name.
-
#state ⇒ Object
Returns the value of attribute state.
Instance Attribute Details
#has_member ⇒ Object
Returns the value of attribute has_member
348 349 350 |
# File 'lib/pgls/application.rb', line 348 def has_member @has_member end |
#role_name ⇒ Object
Returns the value of attribute role_name
348 349 350 |
# File 'lib/pgls/application.rb', line 348 def role_name @role_name end |
#state ⇒ Object
Returns the value of attribute state
348 349 350 |
# File 'lib/pgls/application.rb', line 348 def state @state end |