module BrazeRuby::Endpoints::IdentifyUsers
Attributes
identify_users_service[W]
Public Instance Methods
identify_users(**payload)
click to toggle source
# File lib/braze_ruby/endpoints/identify_users.rb, line 8 def identify_users(**payload) identify_users_service.perform(**payload) end
Private Instance Methods
identify_users_service()
click to toggle source
# File lib/braze_ruby/endpoints/identify_users.rb, line 14 def identify_users_service @identify_users_service ||= BrazeRuby::REST::IdentifyUsers.new(api_key, braze_url, options) end