Sha256: c400b3abecc341f0cae352b117d061db7c446a32e1793396859d273aa3303b2d
Contents?: true
Size: 269 Bytes
Versions: 6
Compression:
Stored size: 269 Bytes
Contents
require 'travis/client' module Travis module Client class Annotation < Entity attributes :job_id, :provider_name, :status, :url, :description # @!parse attr_reader :job has :job one :annotation many :annotations end end end
Version data entries
6 entries across 6 versions & 1 rubygems