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