8 lines
142 B
Ruby
8 lines
142 B
Ruby
module Travis::API::V3
|
|
class Services::Repository::Disable < Service
|
|
def run!(activate = false)
|
|
not_implemented
|
|
end
|
|
end
|
|
end
|