Module: BrazeRuby::Endpoints::RemoveExternalIds

Included in:
API
Defined in:
lib/braze_ruby/endpoints/remove_external_ids.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#remove_external_ids_service=(value) ⇒ Object

Sets the attribute remove_external_ids_service

Parameters:

  • value

    the value to set the attribute remove_external_ids_service to.



6
7
8
# File 'lib/braze_ruby/endpoints/remove_external_ids.rb', line 6

def remove_external_ids_service=(value)
  @remove_external_ids_service = value
end

Instance Method Details

#remove_external_ids(payload) ⇒ Object



8
9
10
# File 'lib/braze_ruby/endpoints/remove_external_ids.rb', line 8

def remove_external_ids(payload)
  remove_external_ids_service.perform(external_ids: payload[:external_ids])
end