Module: BWAPI::Client::Brandwatch::Users
- Included in:
- BWAPI::Client::Brandwatch
- Defined in:
- lib/bwapi/client/brandwatch/users.rb
Overview
users_details module for brandwatch/users/details endpoint
Instance Method Summary collapse
-
#brandwatch_users_details(opts = {}) ⇒ Hash
Returns the specified users details.
Instance Method Details
#brandwatch_users_details(opts = {}) ⇒ Hash
Returns the specified users details
11 12 13 |
# File 'lib/bwapi/client/brandwatch/users.rb', line 11 def brandwatch_users_details(opts = {}) get 'brandwatch/users/details', opts end |