module BWAPI::Client::Brandwatch::HostLocationOverrides
HostLocationOverrides
module for brandwatch/hostLocationOverrides endpoints
Public Instance Methods
get_host_location_override(opts = {})
click to toggle source
Fetch a host location override
TODO: Add parameters documentation
# File lib/bwapi/client/brandwatch/host_location_overrides.rb, line 16 def get_host_location_override(opts = {}) get 'brandwatch/hostLocationOverride', opts end
host_location_overrides()
click to toggle source
Fetch all host location overrides
TODO: Add parameters documentation
# File lib/bwapi/client/brandwatch/host_location_overrides.rb, line 9 def host_location_overrides get 'brandwatch/hostLocationOverrides' end