Project

General

Profile

Download (297 Bytes) Statistics
| Branch: | Tag: | Revision:
object @report

attributes :id, :reported_at, :status, :metrics

child :logs do
child :source => :sources do
attribute :value => :source
end
child :message => :messages do
attribute :value => :message
end
attribute :level
end

node :summary do |report|
report.summaryStatus
end
(2-2/2)