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.



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

def builder_dependencies
  @builder_dependencies
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#versionObject

Returns the value of attribute version.



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

def version
  @version
end