mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-04 23:36:00 -05:00
11 lines
233 B
Ruby
11 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
|
|
|