Class: Marketing::Ads::ActionItemSync::Finding
- Inherits:
-
Data
- Object
- Data
- Marketing::Ads::ActionItemSync::Finding
- 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
-
#category ⇒ Object
readonly
Returns the value of attribute category.
-
#details ⇒ Object
readonly
Returns the value of attribute details.
-
#effort ⇒ Object
readonly
Returns the value of attribute effort.
-
#impact ⇒ Object
readonly
Returns the value of attribute impact.
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
Instance Attribute Details
#category ⇒ Object (readonly)
Returns the value of attribute category
83 84 85 |
# File 'app/services/marketing/ads/action_item_sync.rb', line 83 def category @category end |
#details ⇒ Object (readonly)
Returns the value of attribute details
83 84 85 |
# File 'app/services/marketing/ads/action_item_sync.rb', line 83 def details @details end |
#effort ⇒ Object (readonly)
Returns the value of attribute effort
83 84 85 |
# File 'app/services/marketing/ads/action_item_sync.rb', line 83 def effort @effort end |
#impact ⇒ Object (readonly)
Returns the value of attribute impact
83 84 85 |
# File 'app/services/marketing/ads/action_item_sync.rb', line 83 def impact @impact end |
#key ⇒ Object (readonly)
Returns the value of attribute key
83 84 85 |
# File 'app/services/marketing/ads/action_item_sync.rb', line 83 def key @key end |
#title ⇒ Object (readonly)
Returns the value of attribute title
83 84 85 |
# File 'app/services/marketing/ads/action_item_sync.rb', line 83 def title @title end |