Method: JSS::Group#size

Defined in:
lib/jss-api/api_object/group.rb

#sizeInteger Also known as: count

How many members of the group?

Returns:

  • (Integer)

    the number of members of the group



213
214
215
# File 'lib/jss-api/api_object/group.rb', line 213

def size
  @members.count
end