Method: JSS::SelfServable#create

Defined in:
lib/jss/api_object/self_servable.rb

#createObject

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

[View source]

673
674
675
676
677
# File 'lib/jss/api_object/self_servable.rb', line 673

def create
  resp = super
  force_notifications_on if @need_ss_notification_activation_hack
  resp
end