Method: JSS::Scopable#should_update

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

#should_updatevoid

This method returns an undefined value.

When the scope changes, it calls this to tell us that an update is needed.



110
111
112
# File 'lib/jss-api/api_object/scopable.rb', line 110

def should_update
  @need_to_update = true if @in_jss
end