Module: BWAPI::Client::Brandwatch::DittoBrands
- Included in:
- BWAPI::Client::Brandwatch
- Defined in:
- lib/bwapi/client/brandwatch/ditto_brands.rb
Overview
DittoBrands module for brandwatch/dittobrands endpoint
Instance Method Summary collapse
-
#brandwatch_ditto_brands(opts = {}) ⇒ Hash
Get all ditto brands.
-
#create_brandwatch_ditto_brand(opts = {}) ⇒ Hash
Create new ditto brand.
Instance Method Details
#brandwatch_ditto_brands(opts = {}) ⇒ Hash
Get all ditto brands
12 13 14 |
# File 'lib/bwapi/client/brandwatch/ditto_brands.rb', line 12 def brandwatch_ditto_brands(opts = {}) get 'brandwatch/dittobrands', opts end |
#create_brandwatch_ditto_brand(opts = {}) ⇒ Hash
Create new ditto brand
22 23 24 |
# File 'lib/bwapi/client/brandwatch/ditto_brands.rb', line 22 def create_brandwatch_ditto_brand(opts = {}) post 'brandwatch/dittobrands', opts end |