Method: JSS::Criteriable#should_update
- Defined in:
- lib/jss-api/api_object/criteriable.rb
#should_update ⇒ void
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
This method returns an undefined value.
Allow our Criteria to tell us when there’s been a change that needs to be updated.
174 175 176 |
# File 'lib/jss-api/api_object/criteriable.rb', line 174 def should_update @need_to_update = true if @in_jss end |