mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-04 23:15:57 -05:00
12 lines
233 B
Ruby
12 lines
233 B
Ruby
|
actions :start
|
||
|
|
||
|
attribute :revision, :kind_of => String, :default => "master"
|
||
|
attribute :repository, :kind_of => String
|
||
|
attribute :user, :kind_of => String, :default => "www-data"
|
||
|
|
||
|
def initialize(*args)
|
||
|
super
|
||
|
@action = :start
|
||
|
end
|
||
|
|