Class: OpenC3::NotificationsTopic
- Inherits:
-
Topic
show all
- Defined in:
- lib/openc3/topics/notifications_topic.rb
Class Method Summary
collapse
Methods inherited from Topic
clear_topics, get_cnt, method_missing, topics
Class Method Details
.write_notification(notification, scope:) ⇒ Object
24
25
26
|
# File 'lib/openc3/topics/notifications_topic.rb', line 24
def self.write_notification(notification, scope:)
Topic.write_topic("#{scope}__openc3_notifications", notification)
end
|