Class: PgLdapSync::Application::MatchedMembership

Inherits:
Struct
  • Object
show all
Defined in:
lib/pg_ldap_sync/application.rb

Instance Attribute Summary collapse

Instance Attribute Details

#has_memberObject

Returns the value of attribute has_member

Returns:

  • (Object)

    the current value of has_member



242
243
244
# File 'lib/pg_ldap_sync/application.rb', line 242

def has_member
  @has_member
end

#role_nameObject

Returns the value of attribute role_name

Returns:

  • (Object)

    the current value of role_name



242
243
244
# File 'lib/pg_ldap_sync/application.rb', line 242

def role_name
  @role_name
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



242
243
244
# File 'lib/pg_ldap_sync/application.rb', line 242

def state
  @state
end