Module: BWAPI::Client::Brandwatch::HostLocationOverrides

Included in:
BWAPI::Client::Brandwatch
Defined in:
lib/bwapi/client/brandwatch/host_location_overrides.rb

Overview

HostLocationOverrides module for brandwatch/hostLocationOverrides endpoints

Instance Method Summary collapse

Instance Method Details

#get_host_location_override(opts = {}) ⇒ Object

Fetch a host location override

TODO: Add parameters documentation



16
17
18
# File 'lib/bwapi/client/brandwatch/host_location_overrides.rb', line 16

def get_host_location_override(opts = {})
  get 'brandwatch/hostLocationOverride', opts
end

#host_location_overridesObject

Fetch all host location overrides

TODO: Add parameters documentation



9
10
11
# File 'lib/bwapi/client/brandwatch/host_location_overrides.rb', line 9

def host_location_overrides
  get 'brandwatch/hostLocationOverrides'
end