Method: Verizon::Notification#severity

Defined in:
lib/verizon/models/notification.rb

#severityString

Severity level associated with the notification. Examples would be:<br />Major<br />Minor<br />Critical<br />NotApplicable.

Returns:

  • (String)


57
58
59
# File 'lib/verizon/models/notification.rb', line 57

def severity
  @severity
end