Method: JSS::SelfServable#self_service_notification_message

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

#self_service_notification_messageString

Returns The message text of the notification.

Returns:

  • (String)

    The message text of the notification


315
316
317
# File 'lib/jss/api_object/self_servable.rb', line 315

def self_service_notification_message
  @self_service_notification_message
end