class BBC::Redux::ChannelCategory

Redux API Channel Category Object

@example Properties of the channel category object

category = redux_client.channel_categories.first

category.description  #=> String
category.id           #=> Integer
category.priority     #=> Integer

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