Class: BrazeRuby::REST::ExportUsers
- Defined in:
- lib/braze_ruby/rest/export_users.rb
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from BrazeRuby::REST::Base
Instance Method Details
#perform(external_ids: nil, segment_id: nil, **options) ⇒ Object
6 7 8 9 10 |
# File 'lib/braze_ruby/rest/export_users.rb', line 6 def perform(external_ids: nil, segment_id: nil, **) return export_users_by_ids(external_ids, ) if external_ids export_users_by_segment(segment_id, ) if segment_id end |