class BBC::Redux::Channel
@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>