class BBC::Redux::Channel

Redux API Channel Object

@example Properties of the channel object

channel = redux_client.channels.first

channel.category_id  #=> Integer
channel.display_name #=> String
channel.name         #=> String
channel.sort_order   #=> Integer

@author Matt Haynes <matt.haynes@bbc.co.uk>