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