Class: PgLdapSync::Application::MatchedRole

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

Instance Attribute Summary collapse

Instance Attribute Details

#ldapObject

Returns the value of attribute ldap

Returns:

  • (Object)

    the current value of ldap



271
272
273
# File 'lib/pgls/application.rb', line 271

def ldap
  @ldap
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



271
272
273
# File 'lib/pgls/application.rb', line 271

def name
  @name
end

#pgObject

Returns the value of attribute pg

Returns:

  • (Object)

    the current value of pg



271
272
273
# File 'lib/pgls/application.rb', line 271

def pg
  @pg
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



271
272
273
# File 'lib/pgls/application.rb', line 271

def state
  @state
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



271
272
273
# File 'lib/pgls/application.rb', line 271

def type
  @type
end