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.



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

def builder_dependencies
  @builder_dependencies
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#versionObject

Returns the value of attribute version.



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

def version
  @version
end