10 lines
121 B
Ruby
10 lines
121 B
Ruby
module Travis::API::V3
|
|
class Services::Crons::Start < Service
|
|
|
|
def run!
|
|
query.start_all()
|
|
end
|
|
|
|
end
|
|
end
|