6 lines
94 B
Ruby
6 lines
94 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
class ActivityLogEvent
|
||
|
attr_accessor :type, :path, :data
|
||
|
end
|