mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 03:36:21 +00:00
11 lines
177 B
Ruby
11 lines
177 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
# = Service =
|
||
|
class ActivityPub
|
||
|
class Object
|
||
|
class Service < ActivityPub::Object
|
||
|
include Concerns::ActorTypeConcern
|
||
|
end
|
||
|
end
|
||
|
end
|