activitypub-academy/app/lib/activity_log_event.rb

6 lines
94 B
Ruby
Raw Normal View History

# frozen_string_literal: true
class ActivityLogEvent
attr_accessor :type, :path, :data
end