Sha256: c6ae328bcb7905c7b9a6921e141f7ed30aac8d43515bda8ce8b16fcc9f1ca0f1
Contents?: true
Size: 295 Bytes
Versions: 1
Compression:
Stored size: 295 Bytes
Contents
job, repository = @hash.values_at(:job, :repository) child job => :build do attributes :id, :number glue(job.commit) { attributes :commit, :branch } end child repository => :repository do attributes :id node(:slug) { |repository| repository.slug } end glue(job) { attribute :config }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
travis-core-0.0.1 | lib/travis/notifications/worker/views/v1/worker/job/test.rabl |