Method: JSS::Group#site

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

#siteString

Returns the :name of the site for this group.

Returns:

  • (String)

    the :name of the site for this group



126
127
128
# File 'lib/jss-api/api_object/group.rb', line 126

def site
  @site
end