6 lines
100 B
Ruby
6 lines
100 B
Ruby
module Travis::API::V3
|
|
class Services::Requests::Find < Service
|
|
helpers :repository
|
|
end
|
|
end
|