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