Method: Access::Api#search_channels
- Defined in:
- lib/access/api.rb
#search_channels(options = {}) ⇒ Object
Channel
111 112 113 114 115 |
# File 'lib/access/api.rb', line 111 def search_channels( = {}) request.get("/channels", "campaign", ) do |response| ChannelResponse.new(response) end end |