Method: Jamf::SelfServable#create

Defined in:
lib/jamf/api/classic/api_objects/self_servable.rb

#createObject

HACK: ity hack hack… remove when jamf fixes these bugs



690
691
692
693
694
# File 'lib/jamf/api/classic/api_objects/self_servable.rb', line 690

def create
  resp = super
  force_notifications_on if @need_ss_notification_activation_hack
  resp
end