Class: Marketing::Ads::ActionItemSync::Finding

Inherits:
Data
  • Object
show all
Defined in:
app/services/marketing/ads/action_item_sync.rb

Overview

What one rule decided about one campaign, before it becomes a row.

Instance Attribute Summary collapse

Instance Attribute Details

#categoryObject (readonly)

Returns the value of attribute category

Returns:

  • (Object)

    the current value of category



83
84
85
# File 'app/services/marketing/ads/action_item_sync.rb', line 83

def category
  @category
end

#detailsObject (readonly)

Returns the value of attribute details

Returns:

  • (Object)

    the current value of details



83
84
85
# File 'app/services/marketing/ads/action_item_sync.rb', line 83

def details
  @details
end

#effortObject (readonly)

Returns the value of attribute effort

Returns:

  • (Object)

    the current value of effort



83
84
85
# File 'app/services/marketing/ads/action_item_sync.rb', line 83

def effort
  @effort
end

#impactObject (readonly)

Returns the value of attribute impact

Returns:

  • (Object)

    the current value of impact



83
84
85
# File 'app/services/marketing/ads/action_item_sync.rb', line 83

def impact
  @impact
end

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



83
84
85
# File 'app/services/marketing/ads/action_item_sync.rb', line 83

def key
  @key
end

#titleObject (readonly)

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



83
84
85
# File 'app/services/marketing/ads/action_item_sync.rb', line 83

def title
  @title
end