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) ⇒ Hash
Become user.
Instance Method Details
#brandwatch_become(user_id) ⇒ Hash
Become user
10 11 12 |
# File 'lib/bwapi/client/brandwatch/become.rb', line 10 def brandwatch_become(user_id) get "brandwatch/become/#{user_id}" end |