Method: JSS::Server#organization

Defined in:
lib/jss-api/server.rb

#organizationString (readonly) Also known as: institution

Returns the organization to which the server is licensed.

Returns:

  • (String)

    the organization to which the server is licensed



43
44
45
# File 'lib/jss-api/server.rb', line 43

def organization
  @organization
end