Module: BWAPI::Client::Brandwatch::PriceStructures::Clients

Included in:
BWAPI::Client::Brandwatch::PriceStructures
Defined in:
lib/bwapi/client/brandwatch/price_structures/clients.rb

Overview

PriceStructures module for brandwatch/pricestructures/clients endpoints

Instance Method Summary collapse

Instance Method Details

#get_client_price_structures(client_id, opts = {}) ⇒ Object

Show a clients reseller price structures

TODO: Add parameters documentation



10
11
12
# File 'lib/bwapi/client/brandwatch/price_structures/clients.rb', line 10

def get_client_price_structures(client_id, opts = {})
  get "brandwatch/pricestructures/client/#{client_id}", opts
end