Method: OpenC3::NotificationModel#as_json

Defined in:
lib/openc3/models/notification_model.rb

#as_json(*a) ⇒ Object



35
36
37
38
39
40
41
# File 'lib/openc3/models/notification_model.rb', line 35

def as_json(*a)
  { "time" => @time,
    "severity" => @severity,
    "url" => @url,
    "title" => @title,
    "body" => @body }
end