Class: PgLdapSync::Application::MatchedRole

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

Instance Attribute Summary collapse

Instance Attribute Details

#ldapObject

Returns the value of attribute ldap

Returns:

  • (Object)

    the current value of ldap



218
219
220
# File 'lib/pg_ldap_sync/application.rb', line 218

def ldap
  @ldap
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



218
219
220
# File 'lib/pg_ldap_sync/application.rb', line 218

def name
  @name
end

#pgObject

Returns the value of attribute pg

Returns:

  • (Object)

    the current value of pg



218
219
220
# File 'lib/pg_ldap_sync/application.rb', line 218

def pg
  @pg
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



218
219
220
# File 'lib/pg_ldap_sync/application.rb', line 218

def state
  @state
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



218
219
220
# File 'lib/pg_ldap_sync/application.rb', line 218

def type
  @type
end