Class: Submission::LinearRequestGraph::SourceData
- Inherits:
-
Struct
- Object
- Struct
- Submission::LinearRequestGraph::SourceData
- Defined in:
- app/models/submission/linear_request_graph.rb
Overview
Source data is used to pass information down the request graph asset
Instance Attribute Summary collapse
-
#asset ⇒ Receptacle?
The asset from which the request will be build.
-
#qc_metric ⇒ QcMetric
The Qc Metric associated with this asset for this request type.
-
#sample ⇒ Object
Returns the value of attribute sample.
Instance Attribute Details
#asset ⇒ Receptacle?
The asset from which the request will be build. nil indicates no upstream asset in cases where target assets are generated later.
13 14 15 |
# File 'app/models/submission/linear_request_graph.rb', line 13 def asset @asset end |
#qc_metric ⇒ QcMetric
The Qc Metric associated with this asset for this request type
13 14 15 |
# File 'app/models/submission/linear_request_graph.rb', line 13 def qc_metric @qc_metric end |
#sample ⇒ Object
Returns the value of attribute sample
13 14 15 |
# File 'app/models/submission/linear_request_graph.rb', line 13 def sample @sample end |