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

15 lines
222 B
Ruby

module Travis
module Api
module Serialize
module V0
module Pusher
class Annotation
class Updated < Annotation
end
end
end
end
end
end
end