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



174
175
176
# File 'lib/pg_ldap_sync/application.rb', line 174

def ldap
  @ldap
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



174
175
176
# File 'lib/pg_ldap_sync/application.rb', line 174

def name
  @name
end

#pgObject

Returns the value of attribute pg

Returns:

  • (Object)

    the current value of pg



174
175
176
# File 'lib/pg_ldap_sync/application.rb', line 174

def pg
  @pg
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



174
175
176
# File 'lib/pg_ldap_sync/application.rb', line 174

def state
  @state
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



174
175
176
# File 'lib/pg_ldap_sync/application.rb', line 174

def type
  @type
end