travis-api/lib/travis/api/serialize/v0/pusher/build/received.rb
2016-06-18 18:01:09 +02:00

15 lines
213 B
Ruby

module Travis
module Api
module Serialize
module V0
module Pusher
class Build
class Received < Build
end
end
end
end
end
end
end