Class: SupplyChain::Slsa::ProvenanceStatement::Builder
- Inherits:
-
Object
- Object
- SupplyChain::Slsa::ProvenanceStatement::Builder
- Includes:
- ActiveModel::Model
- Defined in:
- app/models/supply_chain/slsa/provenance_statement.rb
Instance Attribute Summary collapse
-
#builder_dependencies ⇒ Object
Returns the value of attribute builder_dependencies.
-
#id ⇒ Object
Returns the value of attribute id.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#builder_dependencies ⇒ Object
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 |
#id ⇒ Object
Returns the value of attribute id.
129 130 131 |
# File 'app/models/supply_chain/slsa/provenance_statement.rb', line 129 def id @id end |
#version ⇒ Object
Returns the value of attribute version.
129 130 131 |
# File 'app/models/supply_chain/slsa/provenance_statement.rb', line 129 def version @version end |