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.
128 129 130 |
# File 'app/models/supply_chain/slsa/provenance_statement.rb', line 128 def builder_dependencies @builder_dependencies end |
#id ⇒ Object
Returns the value of attribute id.
128 129 130 |
# File 'app/models/supply_chain/slsa/provenance_statement.rb', line 128 def id @id end |
#version ⇒ Object
Returns the value of attribute version.
128 129 130 |
# File 'app/models/supply_chain/slsa/provenance_statement.rb', line 128 def version @version end |