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



240
241
242
# File 'lib/pg_ldap_sync/application.rb', line 240

def has_member
  @has_member
end

#role_nameObject

Returns the value of attribute role_name

Returns:

  • (Object)

    the current value of role_name



240
241
242
# File 'lib/pg_ldap_sync/application.rb', line 240

def role_name
  @role_name
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



240
241
242
# File 'lib/pg_ldap_sync/application.rb', line 240

def state
  @state
end