Class: SupplyChain::Slsa::ProvenanceStatement::BuildMetadata

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

#finished_onObject

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_idObject

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_onObject

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