Module: BrazeRuby::Endpoints::RenameExternalIds

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#rename_external_ids_service=(value) ⇒ Object

Sets the attribute rename_external_ids_service

Parameters:

  • value

    the value to set the attribute rename_external_ids_service to.



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

def rename_external_ids_service=(value)
  @rename_external_ids_service = value
end

Instance Method Details

#rename_external_ids(payload) ⇒ Object



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

def rename_external_ids(payload)
  rename_external_ids_service.perform(external_id_renames: payload[:external_id_renames])
end