Module: BWAPI::Client::Brandwatch::Become
- Included in:
- BWAPI::Client::Brandwatch
- Defined in:
- lib/bwapi/client/brandwatch/become.rb
Overview
Become module for brandwatch/become endpoint
Instance Method Summary collapse
-
#brandwatch_become(user_id) ⇒ Hashie::Mash
Become user.
Instance Method Details
#brandwatch_become(user_id) ⇒ Hashie::Mash
Note:
must be a super admin user
Become user
14 15 16 |
# File 'lib/bwapi/client/brandwatch/become.rb', line 14 def brandwatch_become(user_id) get "brandwatch/become/#{user_id}" end |