Class: SupplyChain::Slsa::ProvenanceStatement::Builder

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Model
Defined in:
app/models/supply_chain/slsa/provenance_statement.rb

Instance Attribute Summary collapse

Instance Attribute Details

#builder_dependenciesObject

Returns the value of attribute builder_dependencies.



130
131
132
# File 'app/models/supply_chain/slsa/provenance_statement.rb', line 130

def builder_dependencies
  @builder_dependencies
end

#idObject

Returns the value of attribute id.



130
131
132
# File 'app/models/supply_chain/slsa/provenance_statement.rb', line 130

def id
  @id
end

#versionObject

Returns the value of attribute version.



130
131
132
# File 'app/models/supply_chain/slsa/provenance_statement.rb', line 130

def version
  @version
end