Method: Jamf::Computer#site

Defined in:
lib/jamf/api/classic/api_objects/computer.rb

#siteHash (readonly)

Returns the :name and :id of the site for this machine.

Returns:

  • (Hash)

    the :name and :id of the site for this machine



695
696
697
# File 'lib/jamf/api/classic/api_objects/computer.rb', line 695

def site
  @site
end