Method: JSS::SelfServable#self_service_notification_type
- Defined in:
- lib/jss/api_object/self_servable.rb
#self_service_notification_type ⇒ Symbol
Returns 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 |