travis-api/lib/travis/api/v3/services/repository/disable.rb
2015-02-23 11:19:25 +01:00

8 lines
142 B
Ruby

module Travis::API::V3
class Services::Repository::Disable < Service
def run!(activate = false)
not_implemented
end
end
end