Class: Marketing::Audiences::Result
- Inherits:
-
Data
- Object
- Data
- Marketing::Audiences::Result
- Defined in:
- app/services/marketing/audiences.rb
Overview
One reconcile outcome (per audience × platform, plus one per adapter for
the optional purge). ok: false means the step raised and was isolated.
Instance Attribute Summary collapse
-
#adapter ⇒ Object
readonly
Returns the value of attribute adapter.
-
#detail ⇒ Object
readonly
Returns the value of attribute detail.
-
#ok ⇒ Object
readonly
Returns the value of attribute ok.
-
#scope ⇒ Object
readonly
Returns the value of attribute scope.
Instance Attribute Details
#adapter ⇒ Object (readonly)
Returns the value of attribute adapter
31 32 33 |
# File 'app/services/marketing/audiences.rb', line 31 def adapter @adapter end |
#detail ⇒ Object (readonly)
Returns the value of attribute detail
31 32 33 |
# File 'app/services/marketing/audiences.rb', line 31 def detail @detail end |
#ok ⇒ Object (readonly)
Returns the value of attribute ok
31 32 33 |
# File 'app/services/marketing/audiences.rb', line 31 def ok @ok end |
#scope ⇒ Object (readonly)
Returns the value of attribute scope
31 32 33 |
# File 'app/services/marketing/audiences.rb', line 31 def scope @scope end |