Class: Metanorma::Release::ReleaseResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#failedObject

Returns the value of attribute failed

Returns:

  • (Object)

    the current value of failed



45
46
47
# File 'lib/metanorma/release/interfaces.rb', line 45

def failed
  @failed
end

#releasedObject

Returns the value of attribute released

Returns:

  • (Object)

    the current value of released



45
46
47
# File 'lib/metanorma/release/interfaces.rb', line 45

def released
  @released
end

#released_artifactsObject

Returns the value of attribute released_artifacts

Returns:

  • (Object)

    the current value of released_artifacts



45
46
47
# File 'lib/metanorma/release/interfaces.rb', line 45

def released_artifacts
  @released_artifacts
end

#skippedObject

Returns the value of attribute skipped

Returns:

  • (Object)

    the current value of skipped



45
46
47
# File 'lib/metanorma/release/interfaces.rb', line 45

def skipped
  @skipped
end