Class: Metanorma::Release::RepoReport

Inherits:
Struct
  • Object
show all
Defined in:
lib/metanorma/release/aggregation_interfaces.rb

Instance Attribute Summary collapse

Instance Attribute Details

#errorsObject

Returns the value of attribute errors

Returns:

  • (Object)

    the current value of errors



24
25
26
# File 'lib/metanorma/release/aggregation_interfaces.rb', line 24

def errors
  @errors
end

#includedObject

Returns the value of attribute included

Returns:

  • (Object)

    the current value of included



24
25
26
# File 'lib/metanorma/release/aggregation_interfaces.rb', line 24

def included
  @included
end

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



24
25
26
# File 'lib/metanorma/release/aggregation_interfaces.rb', line 24

def reason
  @reason
end

#releasesObject

Returns the value of attribute releases

Returns:

  • (Object)

    the current value of releases



24
25
26
# File 'lib/metanorma/release/aggregation_interfaces.rb', line 24

def releases
  @releases
end

#skippedObject

Returns the value of attribute skipped

Returns:

  • (Object)

    the current value of skipped



24
25
26
# File 'lib/metanorma/release/aggregation_interfaces.rb', line 24

def skipped
  @skipped
end