Class: Kanrisuru::Core::Group::Group

Inherits:
Struct
  • Object
show all
Defined in:
lib/kanrisuru/core/group/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#gidObject

Returns the value of attribute gid

Returns:

  • (Object)

    the current value of gid



6
7
8
# File 'lib/kanrisuru/core/group/types.rb', line 6

def gid
  @gid
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



6
7
8
# File 'lib/kanrisuru/core/group/types.rb', line 6

def name
  @name
end

#usersObject

Returns the value of attribute users

Returns:

  • (Object)

    the current value of users



6
7
8
# File 'lib/kanrisuru/core/group/types.rb', line 6

def users
  @users
end