Class: SupplyChain::Slsa::ProvenanceStatement::BuildMetadata
- Inherits:
-
Object
- Object
- SupplyChain::Slsa::ProvenanceStatement::BuildMetadata
- Includes:
- ActiveModel::Model
- Defined in:
- app/models/supply_chain/slsa/provenance_statement.rb
Instance Attribute Summary collapse
-
#finished_on ⇒ Object
Returns the value of attribute finished_on.
-
#invocation_id ⇒ Object
Returns the value of attribute invocation_id.
-
#started_on ⇒ Object
Returns the value of attribute started_on.
Instance Attribute Details
#finished_on ⇒ Object
Returns the value of attribute finished_on.
136 137 138 |
# File 'app/models/supply_chain/slsa/provenance_statement.rb', line 136 def finished_on @finished_on end |
#invocation_id ⇒ Object
Returns the value of attribute invocation_id.
136 137 138 |
# File 'app/models/supply_chain/slsa/provenance_statement.rb', line 136 def invocation_id @invocation_id end |
#started_on ⇒ Object
Returns the value of attribute started_on.
136 137 138 |
# File 'app/models/supply_chain/slsa/provenance_statement.rb', line 136 def started_on @started_on end |