Module: BrazeRuby::Endpoints::IdentifyUsers
- Included in:
- API
- Defined in:
- lib/braze_ruby/endpoints/identify_users.rb
Instance Attribute Summary collapse
-
#identify_users_service ⇒ Object
writeonly
Sets the attribute identify_users_service.
Instance Method Summary collapse
Instance Attribute Details
#identify_users_service=(value) ⇒ Object
Sets the attribute identify_users_service
6 7 8 |
# File 'lib/braze_ruby/endpoints/identify_users.rb', line 6 def identify_users_service=(value) @identify_users_service = value end |
Instance Method Details
#identify_users(**payload) ⇒ Object
8 9 10 |
# File 'lib/braze_ruby/endpoints/identify_users.rb', line 8 def identify_users(**payload) identify_users_service.perform(**payload) end |