5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-10-01 23:26:57 +00:00
panel/app/models/site/author.rb
2020-02-18 13:45:08 -03:00

5 lines
102 B
Ruby

# frozen_string_literal: true
class Site
Author = Struct.new :email, :name, keyword_init: true
end