Class: Collavre::Creatives::FilterPipeline::Result
- Inherits:
-
Struct
- Object
- Struct
- Collavre::Creatives::FilterPipeline::Result
- Defined in:
- app/services/collavre/creatives/filter_pipeline.rb
Instance Attribute Summary collapse
-
#allowed_ids ⇒ Object
Returns the value of attribute allowed_ids.
-
#matched_ids ⇒ Object
Returns the value of attribute matched_ids.
-
#overall_progress ⇒ Object
Returns the value of attribute overall_progress.
-
#progress_map ⇒ Object
Returns the value of attribute progress_map.
Instance Attribute Details
#allowed_ids ⇒ Object
Returns the value of attribute allowed_ids
4 5 6 |
# File 'app/services/collavre/creatives/filter_pipeline.rb', line 4 def allowed_ids @allowed_ids end |
#matched_ids ⇒ Object
Returns the value of attribute matched_ids
4 5 6 |
# File 'app/services/collavre/creatives/filter_pipeline.rb', line 4 def matched_ids @matched_ids end |
#overall_progress ⇒ Object
Returns the value of attribute overall_progress
4 5 6 |
# File 'app/services/collavre/creatives/filter_pipeline.rb', line 4 def overall_progress @overall_progress end |
#progress_map ⇒ Object
Returns the value of attribute progress_map
4 5 6 |
# File 'app/services/collavre/creatives/filter_pipeline.rb', line 4 def progress_map @progress_map end |