travis-api/lib/travis/api/v3/service.rb
2015-01-13 15:22:20 +01:00

7 lines
80 B
Ruby

module Travis::API::V3
class Service
def self.params(*)
end
end
end