Class: PgLdapSync::Application::PgRole
- Inherits:
-
Struct
- Object
- Struct
- PgLdapSync::Application::PgRole
- Defined in:
- lib/pgls/application.rb
Instance Attribute Summary collapse
-
#member_names ⇒ Object
Returns the value of attribute member_names.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#member_names ⇒ Object
Returns the value of attribute member_names
221 222 223 |
# File 'lib/pgls/application.rb', line 221 def member_names @member_names end |
#name ⇒ Object
Returns the value of attribute name
221 222 223 |
# File 'lib/pgls/application.rb', line 221 def name @name end |