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