Method: JSS::SelfServable#create
- Defined in:
- lib/jss/api_object/self_servable.rb
permalink #create ⇒ Object
HACK: ity hack hack… remove when jamf fixes these bugs
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 |