8 lines
103 B
Ruby
8 lines
103 B
Ruby
module Travis::API::V3
|
|
class Services::Job::Find < Service
|
|
def run!
|
|
find
|
|
end
|
|
end
|
|
end
|