Class: Marketing::CustomerMatch::AudienceRemoval::Result
- Inherits:
-
Data
- Object
- Data
- Marketing::CustomerMatch::AudienceRemoval::Result
- Defined in:
- app/services/marketing/customer_match/audience_removal.rb
Overview
(member_count would shadow Data#members, so removed.)
Instance Attribute Summary collapse
-
#lists ⇒ Object
readonly
Returns the value of attribute lists.
-
#lists [Integer] user lists they were removed from([Integer]) ⇒ Object
readonly
(member_count would shadow Data#members, so
removed.). -
#removed ⇒ Object
readonly
Returns the value of attribute removed.
-
#removed [Integer] suppressed members processed([Integer]) ⇒ Object
readonly
(member_count would shadow Data#members, so
removed.). -
#requests ⇒ Object
readonly
Returns the value of attribute requests.
-
#requests [Integer] remove requests made([Integer]) ⇒ Object
readonly
(member_count would shadow Data#members, so
removed.). -
#validate_only ⇒ Object
readonly
Returns the value of attribute validate_only.
-
#validate_only [Boolean]([Boolean]) ⇒ Object
readonly
(member_count would shadow Data#members, so
removed.).
Instance Attribute Details
#lists ⇒ Object (readonly)
Returns the value of attribute lists
26 27 28 |
# File 'app/services/marketing/customer_match/audience_removal.rb', line 26 def lists @lists end |
#lists [Integer] user lists they were removed from([Integer]) ⇒ Object (readonly)
(member_count would shadow Data#members, so removed.)
26 |
# File 'app/services/marketing/customer_match/audience_removal.rb', line 26 Result = Data.define(:removed, :lists, :requests, :validate_only) |
#removed ⇒ Object (readonly)
Returns the value of attribute removed
26 27 28 |
# File 'app/services/marketing/customer_match/audience_removal.rb', line 26 def removed @removed end |
#removed [Integer] suppressed members processed([Integer]) ⇒ Object (readonly)
(member_count would shadow Data#members, so removed.)
26 |
# File 'app/services/marketing/customer_match/audience_removal.rb', line 26 Result = Data.define(:removed, :lists, :requests, :validate_only) |
#requests ⇒ Object (readonly)
Returns the value of attribute requests
26 27 28 |
# File 'app/services/marketing/customer_match/audience_removal.rb', line 26 def requests @requests end |
#requests [Integer] remove requests made([Integer]) ⇒ Object (readonly)
(member_count would shadow Data#members, so removed.)
26 |
# File 'app/services/marketing/customer_match/audience_removal.rb', line 26 Result = Data.define(:removed, :lists, :requests, :validate_only) |
#validate_only ⇒ Object (readonly)
Returns the value of attribute validate_only
26 27 28 |
# File 'app/services/marketing/customer_match/audience_removal.rb', line 26 def validate_only @validate_only end |
#validate_only [Boolean]([Boolean]) ⇒ Object (readonly)
(member_count would shadow Data#members, so removed.)
26 |
# File 'app/services/marketing/customer_match/audience_removal.rb', line 26 Result = Data.define(:removed, :lists, :requests, :validate_only) |