Method: JSS::SelfServable#self_service_notification_type

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

#self_service_notification_typeSymbol

Returns How should notifications be sent either :ssvc_only or :ssvc_and_nctr.

Returns:

  • (Symbol)

    How should notifications be sent either :ssvc_only or :ssvc_and_nctr



308
309
310
# File 'lib/jss/api_object/self_servable.rb', line 308

def self_service_notification_type
  @self_service_notification_type
end