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