Method: JSS::Sitable#site_id
- Defined in:
- lib/jss/api_object/sitable.rb
#site_id ⇒ Integer
The id of the site for this object.
91 92 93 |
# File 'lib/jss/api_object/sitable.rb', line 91 def site_id @site_id || NO_SITE_ID end |
The id of the site for this object.
91 92 93 |
# File 'lib/jss/api_object/sitable.rb', line 91 def site_id @site_id || NO_SITE_ID end |