Class: InchCI::Worker::Build::Report

Inherits:
Struct
  • Object
show all
Defined in:
lib/inch_ci/worker/build/report.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#buildObject

Returns the value of attribute build

Returns:

  • (Object)

    the current value of build



6
7
8
# File 'lib/inch_ci/worker/build/report.rb', line 6

def build
  @build
end

Instance Method Details

#to_yamlObject



7
8
9
# File 'lib/inch_ci/worker/build/report.rb', line 7

def to_yaml
  to_hash.to_yaml
end