Method: JSS::SelfServable#update
- Defined in:
- lib/jss/api_object/self_servable.rb
permalink #update ⇒ Object
HACK: ity hack hack… remove when jamf fixes these bugs
665 666 667 668 669 |
# File 'lib/jss/api_object/self_servable.rb', line 665 def update resp = super force_notifications_on if @need_ss_notification_activation_hack resp end |