class Origen::Errata::SwErratumWorkaround
Attributes
Description of software workaround and implementation
Software distribution version which incorporates the workaround
ID number used to identify software workaround
Release note
Link to patch(s) for workaround
Availability of workaround, ex:
-- Not Applicable: Errata does not affect software -- Not Available: Workaround not available -- Available: Workaround is available to be distributed
Title of software workaround
Public Class Methods
Source
# File lib/origen/errata/sw_erratum_workaround.rb, line 28 def initialize(id, overview = {}, resolution = {}) @id = id @title = overview[:title] @description = overview[:description] @sw_disposition = overview[:sw_disposition] @distribution = overview[:distribution] @note = resolution[:note] @patches = resolution[:patches] end