Class: Marketing::Audiences::Result

Inherits:
Data
  • Object
show all
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

Instance Attribute Details

#adapterObject (readonly)

Returns the value of attribute adapter

Returns:

  • (Object)

    the current value of adapter



31
32
33
# File 'app/services/marketing/audiences.rb', line 31

def adapter
  @adapter
end

#detailObject (readonly)

Returns the value of attribute detail

Returns:

  • (Object)

    the current value of detail



31
32
33
# File 'app/services/marketing/audiences.rb', line 31

def detail
  @detail
end

#okObject (readonly)

Returns the value of attribute ok

Returns:

  • (Object)

    the current value of ok



31
32
33
# File 'app/services/marketing/audiences.rb', line 31

def ok
  @ok
end

#scopeObject (readonly)

Returns the value of attribute scope

Returns:

  • (Object)

    the current value of scope



31
32
33
# File 'app/services/marketing/audiences.rb', line 31

def scope
  @scope
end