10 lines
147 B
Ruby
10 lines
147 B
Ruby
module Travis::API::V3
|
|
class Services::Organization::Find < Service
|
|
helpers :organization
|
|
|
|
def run!
|
|
organization
|
|
end
|
|
end
|
|
end
|