Class: InchCI::Worker::Build::Report
- Inherits:
-
Struct
- Object
- Struct
- InchCI::Worker::Build::Report
- Defined in:
- lib/inch_ci/worker/build/report.rb
Instance Attribute Summary collapse
-
#build ⇒ Object
Returns the value of attribute build.
Instance Method Summary collapse
Instance Attribute Details
#build ⇒ Object
Returns the value of attribute build
6 7 8 |
# File 'lib/inch_ci/worker/build/report.rb', line 6 def build @build end |
Instance Method Details
#to_yaml ⇒ Object
7 8 9 |
# File 'lib/inch_ci/worker/build/report.rb', line 7 def to_yaml to_hash.to_yaml end |