Class: Collavre::Creatives::IndexQuery::Result

Inherits:
Struct
  • Object
show all
Defined in:
app/services/collavre/creatives/index_query.rb

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_creative_idsObject

Returns the value of attribute allowed_creative_ids

Returns:

  • (Object)

    the current value of allowed_creative_ids



4
5
6
# File 'app/services/collavre/creatives/index_query.rb', line 4

def allowed_creative_ids
  @allowed_creative_ids
end

#creativesObject

Returns the value of attribute creatives

Returns:

  • (Object)

    the current value of creatives



4
5
6
# File 'app/services/collavre/creatives/index_query.rb', line 4

def creatives
  @creatives
end

#overall_progressObject

Returns the value of attribute overall_progress

Returns:

  • (Object)

    the current value of overall_progress



4
5
6
# File 'app/services/collavre/creatives/index_query.rb', line 4

def overall_progress
  @overall_progress
end

#parent_creativeObject

Returns the value of attribute parent_creative

Returns:

  • (Object)

    the current value of parent_creative



4
5
6
# File 'app/services/collavre/creatives/index_query.rb', line 4

def parent_creative
  @parent_creative
end

#progress_mapObject

Returns the value of attribute progress_map

Returns:

  • (Object)

    the current value of progress_map



4
5
6
# File 'app/services/collavre/creatives/index_query.rb', line 4

def progress_map
  @progress_map
end

#shared_creativeObject

Returns the value of attribute shared_creative

Returns:

  • (Object)

    the current value of shared_creative



4
5
6
# File 'app/services/collavre/creatives/index_query.rb', line 4

def shared_creative
  @shared_creative
end

#shared_listObject

Returns the value of attribute shared_list

Returns:

  • (Object)

    the current value of shared_list



4
5
6
# File 'app/services/collavre/creatives/index_query.rb', line 4

def shared_list
  @shared_list
end