Class: Kanrisuru::Core::User::UserGroup
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::User::UserGroup
- Defined in:
- lib/kanrisuru/core/user/types.rb
Instance Attribute Summary collapse
-
#gid ⇒ Object
Returns the value of attribute gid.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#gid ⇒ Object
Returns the value of attribute gid
7 8 9 |
# File 'lib/kanrisuru/core/user/types.rb', line 7 def gid @gid end |
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'lib/kanrisuru/core/user/types.rb', line 7 def name @name end |