Method: JSS::Sitable#site_name

Defined in:
lib/jss/api_object/sitable.rb

#site_nameString Also known as: site

The name of the site for this object. For backward compatibility, this is aliased to just ‘site’

Returns:

  • (String)

    The name of the site for this object.

[View source]

82
83
84
# File 'lib/jss/api_object/sitable.rb', line 82

def site_name
  @site_name || NO_SITE_NAME
end