Class: Metanorma::Release::AggregationPipeline::Dependencies
- Inherits:
-
Struct
- Object
- Struct
- Metanorma::Release::AggregationPipeline::Dependencies
- Defined in:
- lib/metanorma/release/aggregation_pipeline.rb
Instance Attribute Summary collapse
-
#asset_processor ⇒ Object
Returns the value of attribute asset_processor.
-
#channel_filter ⇒ Object
Returns the value of attribute channel_filter.
-
#delta_state ⇒ Object
Returns the value of attribute delta_state.
-
#discoverer ⇒ Object
Returns the value of attribute discoverer.
-
#fetcher ⇒ Object
Returns the value of attribute fetcher.
-
#manifest_reader ⇒ Object
Returns the value of attribute manifest_reader.
-
#stage_filter ⇒ Object
Returns the value of attribute stage_filter.
Instance Attribute Details
#asset_processor ⇒ Object
Returns the value of attribute asset_processor
6 7 8 |
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 6 def asset_processor @asset_processor end |
#channel_filter ⇒ Object
Returns the value of attribute channel_filter
6 7 8 |
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 6 def channel_filter @channel_filter end |
#delta_state ⇒ Object
Returns the value of attribute delta_state
6 7 8 |
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 6 def delta_state @delta_state end |
#discoverer ⇒ Object
Returns the value of attribute discoverer
6 7 8 |
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 6 def discoverer @discoverer end |
#fetcher ⇒ Object
Returns the value of attribute fetcher
6 7 8 |
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 6 def fetcher @fetcher end |
#manifest_reader ⇒ Object
Returns the value of attribute manifest_reader
6 7 8 |
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 6 def manifest_reader @manifest_reader end |
#stage_filter ⇒ Object
Returns the value of attribute stage_filter
6 7 8 |
# File 'lib/metanorma/release/aggregation_pipeline.rb', line 6 def stage_filter @stage_filter end |